#902A0F

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

Shades of Burnt Umber #902A0F

Tints of Burnt Umber #902A0F

Color information

#902A0F (or 0x902A0F) is unknown color: approx Burnt Umber. HEX triplet: 90, 2A and 0F. RGB value is (144,42,15). Sum of RGB (Red+Green+Blue) = 144+42+15=201 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.64% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 144 - color contains mainly: red. Hex color #902A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902A0F is #6FD5F0. Grayscale: #454545. Windows color (decimal): -7329265 or 993936. OLE color: 993936.

HSL color Cylindrical-coordinate representation of color #902A0F: hue angle of 12.56º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #902A0F is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB1444215-
CMYK00.710.900.44
HSL12.56º81.13%31.18%-
HSV(B)12.56º89.58%56.47%-
XYZ12.427.621.27-
YUV69.4297.29181.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 71.64%
GREEN value IS 42 (16.80% from 255) = 20.90%
BLUE value IS 15 (6.25% from 255) = 7.46%
R=71.64%
G=20.90%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144421500.710.900.4412.5681.1331.18
Hex902AF0475A2Cd511f
Octal22052170107132541512137
Binary1001000010101011110100011110110101011001101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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