#96301E

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

Shades of Burnt Umber #96301E

Tints of Burnt Umber #96301E

Color information

#96301E (or 0x96301E) is unknown color: approx Burnt Umber. HEX triplet: 96, 30 and 1E. RGB value is (150,48,30). Sum of RGB (Red+Green+Blue) = 150+48+30=228 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.79% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 150 - color contains mainly: red. Hex color #96301E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96301E is #69CFE1. Grayscale: #4C4C4C. Windows color (decimal): -6934498 or 1978518. OLE color: 1978518.

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

Color convert

RGB1504830-
CMYK00.680.800.41
HSL66.67%35.29%-
HSV(B)80%58.82%-
XYZ13.878.692.17-
YUV76.45101.79180.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 65.79%
GREEN value IS 48 (19.14% from 255) = 21.05%
BLUE value IS 30 (12.11% from 255) = 13.16%
R=65.79%
G=21.05%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150483000.680.800.41966.6735.29
Hex96301E044502994323
Octal22660360104120511110343
Binary100101101100001111001000100101000010100110011000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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