#964E10

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

Shades of Saddle Brown #964E10

Tints of Saddle Brown #964E10

Color information

#964E10 (or 0x964E10) is unknown color: approx Saddle Brown. HEX triplet: 96, 4E and 10. RGB value is (150,78,16). Sum of RGB (Red+Green+Blue) = 150+78+16=244 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.48% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 150 - color contains mainly: red. Hex color #964E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #964E10 is #69B1EF. Grayscale: #5C5C5C. Windows color (decimal): -6926832 or 1068694. OLE color: 1068694.

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

Color convert

RGB1507816-
CMYK00.480.890.41
HSL27.76º80.72%32.55%-
HSV(B)27.76º89.33%58.82%-
XYZ15.411.971.99-
YUV92.4684.85169.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.48%
GREEN value IS 78 (30.86% from 255) = 31.97%
BLUE value IS 16 (6.64% from 255) = 6.56%
R=61.48%
G=31.97%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150781600.480.890.4127.7680.7232.55
Hex964E1003059291c5121
Octal22611620060131513412141
Binary1001011010011101000001100001011001101001111001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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