#96290A

Color #96290A Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #96290A

Tints of Burnt Umber #96290A

Color information

#96290A (or 0x96290A) is unknown color: approx Burnt Umber. HEX triplet: 96, 29 and 0A. RGB value is (150,41,10). Sum of RGB (Red+Green+Blue) = 150+41+10=201 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.63% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 150 - color contains mainly: red. Hex color #96290A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96290A is #69D6F5. Grayscale: #464646. Windows color (decimal): -6936310 or 666006. OLE color: 666006.

HSL color Cylindrical-coordinate representation of color #96290A: hue angle of 13.29º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96290A is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB1504110-
CMYK00.730.930.41
HSL13.29º87.5%31.37%-
HSV(B)13.29º93.33%58.82%-
XYZ13.438.091.14-
YUV70.0694.11185.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 74.63%
GREEN value IS 41 (16.41% from 255) = 20.40%
BLUE value IS 10 (4.30% from 255) = 4.98%
R=74.63%
G=20.40%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150411000.730.930.4113.2987.531.37
Hex9629A0495D29d581f
Octal22651120111135511513037
Binary1001011010100110100100100110111011010011101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96290A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96290A; }

 p { color: rgb(150,41,10); }

 H1.HeaderClassName
 {
   color: #96290A;
 }
 .AnyTagClassName
 {
   color: #96290A;
 }
</style>
background-color css

<style>
 a { background-color: #96290A; }

 a { background-color: rgb(150,41,10); }

 div.DivClassName
 {
   background-color: #96290A;
 }
 .BgClassName
 {
   background-color: #96290A;
 }
</style>
border-color css

<style>
 span { border-color: #96290A; }

 span { border-color: rgb(150,41,10); }

 td.TdClassName
 {
   border-color: #96290A;
 }
 .TagClassName
 {
   border-color: #96290A;
 }
</style>