#963408

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

Shades of Saddle Brown #963408

Tints of Saddle Brown #963408

Color information

#963408 (or 0x963408) is unknown color: approx Saddle Brown. HEX triplet: 96, 34 and 08. RGB value is (150,52,8). Sum of RGB (Red+Green+Blue) = 150+52+8=210 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.43% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 150 - color contains mainly: red. Hex color #963408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963408 is #69CBF7. Grayscale: #4C4C4C. Windows color (decimal): -6933496 or 537750. OLE color: 537750.

HSL color Cylindrical-coordinate representation of color #963408: hue angle of 18.59º 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 #963408 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB150528-
CMYK00.650.950.41
HSL18.59º89.87%30.98%-
HSV(B)18.59º94.67%58.82%-
XYZ13.858.961.23-
YUV76.2989.47180.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 71.43%
GREEN value IS 52 (20.70% from 255) = 24.76%
BLUE value IS 8 (3.52% from 255) = 3.81%
R=71.43%
G=24.76%
B=3.81%

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
Decimal15052800.650.950.4118.5989.8730.98
Hex963480415F29135a1f
Octal22664100101137512313237
Binary10010110110100100001000001101111110100110011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963408; }

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

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

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

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

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

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

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

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