#96320E

Color #96320E Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #96320E

Tints of Saddle Brown #96320E

Color information

#96320E (or 0x96320E) is unknown color: approx Saddle Brown. HEX triplet: 96, 32 and 0E. RGB value is (150,50,14). Sum of RGB (Red+Green+Blue) = 150+50+14=214 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.09% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 150 - color contains mainly: red. Hex color #96320E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96320E is #69CDF1. Grayscale: #4C4C4C. Windows color (decimal): -6934002 or 930454. OLE color: 930454.

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

Color convert

RGB1505014-
CMYK00.670.910.41
HSL15.88º82.93%32.16%-
HSV(B)15.88º90.67%58.82%-
XYZ13.88.81.39-
YUV75.893.13180.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 70.09%
GREEN value IS 50 (19.92% from 255) = 23.36%
BLUE value IS 14 (5.86% from 255) = 6.54%
R=70.09%
G=23.36%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150501400.670.910.4115.8882.9332.16
Hex9632E0435B29105320
Octal22662160103133512012340
Binary100101101100101110010000111011011101001100001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96320E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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