#902F0F

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

Shades of Burnt Umber #902F0F

Tints of Burnt Umber #902F0F

Color information

#902F0F (or 0x902F0F) is unknown color: approx Burnt Umber. HEX triplet: 90, 2F and 0F. RGB value is (144,47,15). Sum of RGB (Red+Green+Blue) = 144+47+15=206 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.90% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 144 - color contains mainly: red. Hex color #902F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902F0F is #6FD0F0. Grayscale: #484848. Windows color (decimal): -7327985 or 995216. OLE color: 995216.

HSL color Cylindrical-coordinate representation of color #902F0F: hue angle of 14.88º 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 #902F0F is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB1444715-
CMYK00.670.900.44
HSL14.88º81.13%31.18%-
HSV(B)14.88º89.58%56.47%-
XYZ12.681.33-
YUV72.3595.64179.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 69.90%
GREEN value IS 47 (18.75% from 255) = 22.82%
BLUE value IS 15 (6.25% from 255) = 7.28%
R=69.90%
G=22.82%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144471500.670.900.4414.8881.1331.18
Hex902FF0435A2Cf511f
Octal22057170103132541712137
Binary1001000010111111110100001110110101011001111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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