#96341E

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

Shades of Burnt Umber #96341E

Tints of Burnt Umber #96341E

Color information

#96341E (or 0x96341E) is unknown color: approx Burnt Umber. HEX triplet: 96, 34 and 1E. RGB value is (150,52,30). Sum of RGB (Red+Green+Blue) = 150+52+30=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #96341E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96341E is #69CBE1. Grayscale: #4E4E4E. Windows color (decimal): -6933474 or 1979542. OLE color: 1979542.

HSL color Cylindrical-coordinate representation of color #96341E: hue angle of 11º 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 #96341E is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB1505230-
CMYK00.650.800.41
HSL11º66.67%35.29%-
HSV(B)11º80%58.82%-
XYZ14.049.032.23-
YUV78.79100.47178.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.66%
GREEN value IS 52 (20.70% from 255) = 22.41%
BLUE value IS 30 (12.11% from 255) = 12.93%
R=64.66%
G=22.41%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150523000.650.800.411166.6735.29
Hex96341E0415029b4323
Octal22664360101120511310343
Binary100101101101001111001000001101000010100110111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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