#902F0E

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

Shades of Burnt Umber #902F0E

Tints of Burnt Umber #902F0E

Color information

#902F0E (or 0x902F0E) is unknown color: approx Burnt Umber. HEX triplet: 90, 2F and 0E. RGB value is (144,47,14). Sum of RGB (Red+Green+Blue) = 144+47+14=205 (27% of max value = 765). Red value is 144 (56.64% from 255 or 70.24% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 144 - color contains mainly: red. Hex color #902F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902F0E is #6FD0F1. Grayscale: #484848. Windows color (decimal): -7327986 or 929680. OLE color: 929680.

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

Color convert

RGB1444714-
CMYK00.670.900.44
HSL15.23º82.28%30.98%-
HSV(B)15.23º90.28%56.47%-
XYZ12.67.991.29-
YUV72.2495.14179.18-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 70.24%
GREEN value IS 47 (18.75% from 255) = 22.93%
BLUE value IS 14 (5.86% from 255) = 6.83%
R=70.24%
G=22.93%
B=6.83%

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
Decimal144471400.670.900.4415.2382.2830.98
Hex902FE0435A2Cf521f
Octal22057160103132541712237
Binary1001000010111111100100001110110101011001111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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