#964b10

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

Shades of Saddle Brown #964B10

Tints of Saddle Brown #964B10

Color information

#964B10 (or 0x964B10) is unknown color: approx Saddle Brown. HEX triplet: 96, 4B and 10. RGB value is (150,75,16). Sum of RGB (Red+Green+Blue) = 150+75+16=241 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.24% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 150 - color contains mainly: red. Hex color #964B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964B10 is #69B4EF. Grayscale: #5B5B5B. Windows color (decimal): -6927600 or 1067926. OLE color: 1067926.

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

Color convert

RGB1507516-
CMYK00.50.890.41
HSL26.42º80.72%32.55%-
HSV(B)26.42º89.33%58.82%-
XYZ15.1911.551.92-
YUV90.785.85170.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.24%
GREEN value IS 75 (29.69% from 255) = 31.12%
BLUE value IS 16 (6.64% from 255) = 6.64%
R=62.24%
G=31.12%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150751600.50.890.4126.4280.7232.55
Hex964B1003259291a5121
Octal22611320062131513212141
Binary1001011010010111000001100101011001101001110101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964b10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964b10; }

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

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

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

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

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

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

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

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