#96300E

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

Shades of Burnt Umber #96300E

Tints of Burnt Umber #96300E

Color information

#96300E (or 0x96300E) is unknown color: approx Burnt Umber. HEX triplet: 96, 30 and 0E. RGB value is (150,48,14). Sum of RGB (Red+Green+Blue) = 150+48+14=212 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.75% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 150 - color contains mainly: red. Hex color #96300E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96300E is #69CFF1. Grayscale: #4A4A4A. Windows color (decimal): -6934514 or 929942. OLE color: 929942.

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

Color convert

RGB1504814-
CMYK00.680.910.41
HSL15º82.93%32.16%-
HSV(B)15º90.67%58.82%-
XYZ13.718.631.36-
YUV74.6293.79181.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 70.75%
GREEN value IS 48 (19.14% from 255) = 22.64%
BLUE value IS 14 (5.86% from 255) = 6.60%
R=70.75%
G=22.64%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150481400.680.910.411582.9332.16
Hex9630E0445B29f5320
Octal22660160104133511712340
Binary10010110110000111001000100101101110100111111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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