#96310A

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

Shades of Saddle Brown #96310A

Tints of Saddle Brown #96310A

Color information

#96310A (or 0x96310A) is unknown color: approx Saddle Brown. HEX triplet: 96, 31 and 0A. RGB value is (150,49,10). Sum of RGB (Red+Green+Blue) = 150+49+10=209 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.77% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 150 - color contains mainly: red. Hex color #96310A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96310A is #69CEF5. Grayscale: #4B4B4B. Windows color (decimal): -6934262 or 668054. OLE color: 668054.

HSL color Cylindrical-coordinate representation of color #96310A: hue angle of 16.71º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96310A is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB1504910-
CMYK00.670.930.41
HSL16.71º87.5%31.37%-
HSV(B)16.71º93.33%58.82%-
XYZ13.738.71.24-
YUV74.7591.46181.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 71.77%
GREEN value IS 49 (19.53% from 255) = 23.44%
BLUE value IS 10 (4.30% from 255) = 4.78%
R=71.77%
G=23.44%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150491000.670.930.4116.7187.531.37
Hex9631A0435D2911581f
Octal22661120103135512113037
Binary10010110110001101001000011101110110100110001101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96310A; }

 p { color: rgb(150,49,10); }

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

<style>
 a { background-color: #96310A; }

 a { background-color: rgb(150,49,10); }

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

<style>
 span { border-color: #96310A; }

 span { border-color: rgb(150,49,10); }

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