#96301C

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

Shades of Burnt Umber #96301C

Tints of Burnt Umber #96301C

Color information

#96301C (or 0x96301C) is unknown color: approx Burnt Umber. HEX triplet: 96, 30 and 1C. RGB value is (150,48,28). Sum of RGB (Red+Green+Blue) = 150+48+28=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #96301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96301C is #69CFE3. Grayscale: #4C4C4C. Windows color (decimal): -6934500 or 1847446. OLE color: 1847446.

HSL color Cylindrical-coordinate representation of color #96301C: hue angle of 9.84º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96301C is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB1504828-
CMYK00.680.810.41
HSL9.84º68.54%34.9%-
HSV(B)9.84º81.33%58.82%-
XYZ13.848.682.04-
YUV76.22100.79180.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.37%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 28 (11.33% from 255) = 12.39%
R=66.37%
G=21.24%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150482800.680.810.419.8468.5434.9
Hex96301C0445129a4523
Octal22660340104121511210543
Binary100101101100001110001000100101000110100110101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96301C; }

 p { color: rgb(150,48,28); }

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

<style>
 a { background-color: #96301C; }

 a { background-color: rgb(150,48,28); }

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

<style>
 span { border-color: #96301C; }

 span { border-color: rgb(150,48,28); }

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