#902A0B

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

Shades of Burnt Umber #902A0B

Tints of Burnt Umber #902A0B

Color information

#902A0B (or 0x902A0B) is unknown color: approx Burnt Umber. HEX triplet: 90, 2A and 0B. RGB value is (144,42,11). Sum of RGB (Red+Green+Blue) = 144+42+11=197 (26% of max value = 765). Red value is 144 (56.64% from 255 or 73.10% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 144 - color contains mainly: red. Hex color #902A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902A0B is #6FD5F4. Grayscale: #454545. Windows color (decimal): -7329269 or 731792. OLE color: 731792.

HSL color Cylindrical-coordinate representation of color #902A0B: hue angle of 13.98º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #902A0B is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB1444211-
CMYK00.710.920.44
HSL13.98º85.81%30.39%-
HSV(B)13.98º92.36%56.47%-
XYZ12.397.611.13-
YUV68.9695.29181.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 73.10%
GREEN value IS 42 (16.80% from 255) = 21.32%
BLUE value IS 11 (4.69% from 255) = 5.58%
R=73.10%
G=21.32%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144421100.710.920.4413.9885.8130.39
Hex902AB0475C2Ce561e
Octal22052130107134541612636
Binary1001000010101010110100011110111001011001110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902A0B; }

 p { color: rgb(144,42,11); }

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

<style>
 a { background-color: #902A0B; }

 a { background-color: rgb(144,42,11); }

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

<style>
 span { border-color: #902A0B; }

 span { border-color: rgb(144,42,11); }

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