#964710

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

Shades of Saddle Brown #964710

Tints of Saddle Brown #964710

Color information

#964710 (or 0x964710) is unknown color: approx Saddle Brown. HEX triplet: 96, 47 and 10. RGB value is (150,71,16). Sum of RGB (Red+Green+Blue) = 150+71+16=237 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.29% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 150 - color contains mainly: red. Hex color #964710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964710 is #69B8EF. Grayscale: #585858. Windows color (decimal): -6928624 or 1066902. OLE color: 1066902.

HSL color Cylindrical-coordinate representation of color #964710: hue angle of 24.63º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #964710 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB1507116-
CMYK00.530.890.41
HSL24.63º80.72%32.55%-
HSV(B)24.63º89.33%58.82%-
XYZ14.9211.031.83-
YUV88.3587.17171.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.29%
GREEN value IS 71 (28.12% from 255) = 29.96%
BLUE value IS 16 (6.64% from 255) = 6.75%
R=63.29%
G=29.96%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150711600.530.890.4124.6380.7232.55
Hex9647100355929195121
Octal22610720065131513112141
Binary1001011010001111000001101011011001101001110011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964710; }

 p { color: rgb(150,71,16); }

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

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

 a { background-color: rgb(150,71,16); }

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

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

 span { border-color: rgb(150,71,16); }

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