#902d12

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

Shades of Burnt Umber #902D12

Tints of Burnt Umber #902D12

Color information

#902D12 (or 0x902D12) is unknown color: approx Burnt Umber. HEX triplet: 90, 2D and 12. RGB value is (144,45,18). Sum of RGB (Red+Green+Blue) = 144+45+18=207 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.57% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 144 - color contains mainly: red. Hex color #902D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902D12 is #6FD2ED. Grayscale: #474747. Windows color (decimal): -7328494 or 1191312. OLE color: 1191312.

HSL color Cylindrical-coordinate representation of color #902D12: hue angle of 12.86º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #902D12 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB1444518-
CMYK00.690.880.44
HSL12.86º77.78%31.76%-
HSV(B)12.86º87.5%56.47%-
XYZ12.557.851.43-
YUV71.5297.8179.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 69.57%
GREEN value IS 45 (17.97% from 255) = 21.74%
BLUE value IS 18 (7.42% from 255) = 8.70%
R=69.57%
G=21.74%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144451800.690.880.4412.8677.7831.76
Hex902D12045582Cd4e20
Octal22055220105130541511640
Binary100100001011011001001000101101100010110011011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902d12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,45,18); }

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

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

 a { background-color: rgb(144,45,18); }

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

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

 span { border-color: rgb(144,45,18); }

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