#96310E

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

Shades of Burnt Umber #96310E

Tints of Burnt Umber #96310E

Color information

#96310E (or 0x96310E) is unknown color: approx Burnt Umber. HEX triplet: 96, 31 and 0E. RGB value is (150,49,14). Sum of RGB (Red+Green+Blue) = 150+49+14=213 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.42% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 150 - color contains mainly: red. Hex color #96310E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96310E is #69CEF1. Grayscale: #4B4B4B. Windows color (decimal): -6934258 or 930198. OLE color: 930198.

HSL color Cylindrical-coordinate representation of color #96310E: hue angle of 15.44º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96310E is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1504914-
CMYK00.670.910.41
HSL15.44º82.93%32.16%-
HSV(B)15.44º90.67%58.82%-
XYZ13.768.711.37-
YUV75.2193.46181.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 70.42%
GREEN value IS 49 (19.53% from 255) = 23.00%
BLUE value IS 14 (5.86% from 255) = 6.57%
R=70.42%
G=23.00%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150491400.670.910.4115.4482.9332.16
Hex9631E0435B29f5320
Octal22661160103133511712340
Binary10010110110001111001000011101101110100111111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96310E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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