#902C10

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

Shades of Burnt Umber #902C10

Tints of Burnt Umber #902C10

Color information

#902C10 (or 0x902C10) is unknown color: approx Burnt Umber. HEX triplet: 90, 2C and 10. RGB value is (144,44,16). Sum of RGB (Red+Green+Blue) = 144+44+16=204 (27% of max value = 765). Red value is 144 (56.64% from 255 or 70.59% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 144 - color contains mainly: red. Hex color #902C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902C10 is #6FD3EF. Grayscale: #464646. Windows color (decimal): -7328752 or 1059984. OLE color: 1059984.

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

Color convert

RGB1444416-
CMYK00.690.890.44
HSL13.12º80%31.37%-
HSV(B)13.12º88.89%56.47%-
XYZ12.57.771.33-
YUV70.7197.13180.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 70.59%
GREEN value IS 44 (17.58% from 255) = 21.57%
BLUE value IS 16 (6.64% from 255) = 7.84%
R=70.59%
G=21.57%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144441600.690.890.4413.128031.37
Hex902C10045592Cd501f
Octal22054200105131541512037
Binary10010000101100100000100010110110011011001101101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,44,16); }

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

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

 a { background-color: rgb(144,44,16); }

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

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

 span { border-color: rgb(144,44,16); }

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