#963508

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

Shades of Saddle Brown #963508

Tints of Saddle Brown #963508

Color information

#963508 (or 0x963508) is unknown color: approx Saddle Brown. HEX triplet: 96, 35 and 08. RGB value is (150,53,8). Sum of RGB (Red+Green+Blue) = 150+53+8=211 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.09% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 150 - color contains mainly: red. Hex color #963508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963508 is #69CAF7. Grayscale: #4D4D4D. Windows color (decimal): -6933240 or 538006. OLE color: 538006.

HSL color Cylindrical-coordinate representation of color #963508: hue angle of 19.01º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #963508 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB150538-
CMYK00.650.950.41
HSL19.01º89.87%30.98%-
HSV(B)19.01º94.67%58.82%-
XYZ13.899.051.24-
YUV76.8789.14180.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 71.09%
GREEN value IS 53 (21.09% from 255) = 25.12%
BLUE value IS 8 (3.52% from 255) = 3.79%
R=71.09%
G=25.12%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15053800.650.950.4119.0189.8730.98
Hex963580415F29135a1f
Octal22665100101137512313237
Binary10010110110101100001000001101111110100110011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963508; }

 p { color: rgb(150,53,8); }

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

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

 a { background-color: rgb(150,53,8); }

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

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

 span { border-color: rgb(150,53,8); }

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