#99290a

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

Shades of Burnt Umber #99290A

Tints of Burnt Umber #99290A

Color information

#99290A (or 0x99290A) is unknown color: approx Burnt Umber. HEX triplet: 99, 29 and 0A. RGB value is (153,41,10). Sum of RGB (Red+Green+Blue) = 153+41+10=204 (27% of max value = 765). Red value is 153 (60.16% from 255 or 75% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 153 - color contains mainly: red. Hex color #99290A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99290A is #66D6F5. Grayscale: #474747. Windows color (decimal): -6739702 or 666009. OLE color: 666009.

HSL color Cylindrical-coordinate representation of color #99290A: hue angle of 13.01º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99290A is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB1534110-
CMYK00.730.930.4
HSL13.01º87.73%31.96%-
HSV(B)13.01º93.46%60%-
XYZ13.988.381.17-
YUV70.9593.61186.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 75%
GREEN value IS 41 (16.41% from 255) = 20.10%
BLUE value IS 10 (4.30% from 255) = 4.90%
R=75%
G=20.10%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153411000.730.930.413.0187.7331.96
Hex9929A0495D28d5820
Octal23151120111135501513040
Binary10011001101001101001001001101110110100011011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99290a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99290a; }

 p { color: rgb(153,41,10); }

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

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

 a { background-color: rgb(153,41,10); }

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

<style>
 span { border-color: #99290a; }

 span { border-color: rgb(153,41,10); }

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