#965211

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

Shades of Saddle Brown #965211

Tints of Saddle Brown #965211

Color information

#965211 (or 0x965211) is unknown color: approx Saddle Brown. HEX triplet: 96, 52 and 11. RGB value is (150,82,17). Sum of RGB (Red+Green+Blue) = 150+82+17=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #965211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965211 is #69ADEE. Grayscale: #5F5F5F. Windows color (decimal): -6925807 or 1135254. OLE color: 1135254.

HSL color Cylindrical-coordinate representation of color #965211: hue angle of 29.32º degrees, saturation: 0.8, 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 #965211 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB1508217-
CMYK00.450.890.41
HSL29.32º79.64%32.75%-
HSV(B)29.32º88.67%58.82%-
XYZ15.712.562.13-
YUV94.9284.03167.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.24%
GREEN value IS 82 (32.42% from 255) = 32.93%
BLUE value IS 17 (7.03% from 255) = 6.83%
R=60.24%
G=32.93%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150821700.450.890.4129.3279.6432.75
Hex96521102D59291d5021
Octal22612221055131513512041
Binary1001011010100101000101011011011001101001111011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965211; }

 p { color: rgb(150,82,17); }

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

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

 a { background-color: rgb(150,82,17); }

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

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

 span { border-color: rgb(150,82,17); }

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