#965011

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

Shades of Saddle Brown #965011

Tints of Saddle Brown #965011

Color information

#965011 (or 0x965011) is unknown color: approx Saddle Brown. HEX triplet: 96, 50 and 11. RGB value is (150,80,17). Sum of RGB (Red+Green+Blue) = 150+80+17=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #965011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965011 is #69AFEE. Grayscale: #5E5E5E. Windows color (decimal): -6926319 or 1134742. OLE color: 1134742.

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

Color convert

RGB1508017-
CMYK00.470.890.41
HSL28.42º79.64%32.75%-
HSV(B)28.42º88.67%58.82%-
XYZ15.5512.262.08-
YUV93.7584.69168.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.73%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 17 (7.03% from 255) = 6.88%
R=60.73%
G=32.39%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150801700.470.890.4128.4279.6432.75
Hex96501102F59291c5021
Octal22612021057131513412041
Binary1001011010100001000101011111011001101001111001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965011; }

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

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

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

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

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

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

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

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