#99311D

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

Shades of Burnt Umber #99311D

Tints of Burnt Umber #99311D

Color information

#99311D (or 0x99311D) is unknown color: approx Burnt Umber. HEX triplet: 99, 31 and 1D. RGB value is (153,49,29). Sum of RGB (Red+Green+Blue) = 153+49+29=231 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.23% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 153 - color contains mainly: red. Hex color #99311D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99311D is #66CEE2. Grayscale: #4E4E4E. Windows color (decimal): -6737635 or 1913241. OLE color: 1913241.

HSL color Cylindrical-coordinate representation of color #99311D: hue angle of 9.68º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #99311D is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.4.

Color convert

RGB1534929-
CMYK00.680.810.4
HSL9.68º68.13%35.69%-
HSV(B)9.68º81.05%60%-
XYZ14.469.062.15-
YUV77.82100.46181.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 66.23%
GREEN value IS 49 (19.53% from 255) = 21.21%
BLUE value IS 29 (11.72% from 255) = 12.55%
R=66.23%
G=21.21%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153492900.680.810.49.6868.1335.69
Hex99311D0445128a4424
Octal23161350104121501210444
Binary100110011100011110101000100101000110100010101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99311D; }

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

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

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

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

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

<style>
 span { border-color: #99311D; }

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

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