#99280C

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

Shades of Burnt Umber #99280C

Tints of Burnt Umber #99280C

Color information

#99280C (or 0x99280C) is unknown color: approx Burnt Umber. HEX triplet: 99, 28 and 0C. RGB value is (153,40,12). Sum of RGB (Red+Green+Blue) = 153+40+12=205 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.63% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 153 - color contains mainly: red. Hex color #99280C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99280C is #66D7F3. Grayscale: #464646. Windows color (decimal): -6739956 or 796825. OLE color: 796825.

HSL color Cylindrical-coordinate representation of color #99280C: hue angle of 11.91º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99280C is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB1534012-
CMYK00.740.920.4
HSL11.91º85.45%32.35%-
HSV(B)11.91º92.16%60%-
XYZ13.968.321.22-
YUV70.694.94186.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 74.63%
GREEN value IS 40 (16.02% from 255) = 19.51%
BLUE value IS 12 (5.08% from 255) = 5.85%
R=74.63%
G=19.51%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153401200.740.920.411.9185.4532.35
Hex9928C04A5C28c5520
Octal23150140112134501412540
Binary10011001101000110001001010101110010100011001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99280C; }

 p { color: rgb(153,40,12); }

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

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

 a { background-color: rgb(153,40,12); }

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

<style>
 span { border-color: #99280C; }

 span { border-color: rgb(153,40,12); }

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