#96331E

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

Shades of Burnt Umber #96331E

Tints of Burnt Umber #96331E

Color information

#96331E (or 0x96331E) is unknown color: approx Burnt Umber. HEX triplet: 96, 33 and 1E. RGB value is (150,51,30). Sum of RGB (Red+Green+Blue) = 150+51+30=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #96331E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96331E is #69CCE1. Grayscale: #4E4E4E. Windows color (decimal): -6933730 or 1979286. OLE color: 1979286.

HSL color Cylindrical-coordinate representation of color #96331E: hue angle of 10.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96331E is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB1505130-
CMYK00.660.800.41
HSL10.5º66.67%35.29%-
HSV(B)10.5º80%58.82%-
XYZ148.952.22-
YUV78.21100.8179.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.94%
GREEN value IS 51 (20.31% from 255) = 22.08%
BLUE value IS 30 (12.11% from 255) = 12.99%
R=64.94%
G=22.08%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150513000.660.800.4110.566.6735.29
Hex96331E0425029a4323
Octal22663360102120511210343
Binary100101101100111111001000010101000010100110101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96331E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,51,30); }

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

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

 a { background-color: rgb(150,51,30); }

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

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

 span { border-color: rgb(150,51,30); }

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