#99310E

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

Shades of Burnt Umber #99310E

Tints of Burnt Umber #99310E

Color information

#99310E (or 0x99310E) is unknown color: approx Burnt Umber. HEX triplet: 99, 31 and 0E. RGB value is (153,49,14). Sum of RGB (Red+Green+Blue) = 153+49+14=216 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.83% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 153 - color contains mainly: red. Hex color #99310E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99310E is #66CEF1. Grayscale: #4C4C4C. Windows color (decimal): -6737650 or 930201. OLE color: 930201.

HSL color Cylindrical-coordinate representation of color #99310E: hue angle of 15.11º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99310E is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB1534914-
CMYK00.680.910.4
HSL15.11º83.23%32.75%-
HSV(B)15.11º90.85%60%-
XYZ14.3191.4-
YUV76.1192.96182.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 70.83%
GREEN value IS 49 (19.53% from 255) = 22.69%
BLUE value IS 14 (5.86% from 255) = 6.48%
R=70.83%
G=22.69%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153491400.680.910.415.1183.2332.75
Hex9931E0445B28f5321
Octal23161160104133501712341
Binary10011001110001111001000100101101110100011111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99310E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99310E; }

 p { color: rgb(153,49,14); }

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

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

 a { background-color: rgb(153,49,14); }

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

<style>
 span { border-color: #99310E; }

 span { border-color: rgb(153,49,14); }

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