#964911

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

Shades of Saddle Brown #964911

Tints of Saddle Brown #964911

Color information

#964911 (or 0x964911) is unknown color: approx Saddle Brown. HEX triplet: 96, 49 and 11. RGB value is (150,73,17). Sum of RGB (Red+Green+Blue) = 150+73+17=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #964911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964911 is #69B6EE. Grayscale: #595959. Windows color (decimal): -6928111 or 1132950. OLE color: 1132950.

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

Color convert

RGB1507317-
CMYK00.510.890.41
HSL25.26º79.64%32.75%-
HSV(B)25.26º88.67%58.82%-
XYZ15.0611.291.92-
YUV89.6487.01171.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.5%
GREEN value IS 73 (28.91% from 255) = 30.42%
BLUE value IS 17 (7.03% from 255) = 7.08%
R=62.5%
G=30.42%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150731700.510.890.4125.2679.6432.75
Hex9649110335929195021
Octal22611121063131513112041
Binary1001011010010011000101100111011001101001110011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964911; }

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

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

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

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

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

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

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

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