#953206

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

Shades of Saddle Brown #953206

Tints of Saddle Brown #953206

Color information

#953206 (or 0x953206) is unknown color: approx Saddle Brown. HEX triplet: 95, 32 and 06. RGB value is (149,50,6). Sum of RGB (Red+Green+Blue) = 149+50+6=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #953206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953206 is #6ACDF9. Grayscale: #4A4A4A. Windows color (decimal): -6999546 or 406165. OLE color: 406165.

HSL color Cylindrical-coordinate representation of color #953206: hue angle of 18.46º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #953206 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB149506-
CMYK00.660.960.42
HSL18.46º92.26%30.39%-
HSV(B)18.46º95.97%58.43%-
XYZ13.578.681.13-
YUV74.5889.3181.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 72.68%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 6 (2.73% from 255) = 2.93%
R=72.68%
G=24.39%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14950600.660.960.4218.4692.2630.39
Hex95326042602A125c1e
Octal2256260102140522213436
Binary1001010111001011001000010110000010101010010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953206; }

 p { color: rgb(149,50,6); }

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

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

 a { background-color: rgb(149,50,6); }

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

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

 span { border-color: rgb(149,50,6); }

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