#964E18

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

Shades of Saddle Brown #964E18

Tints of Saddle Brown #964E18

Color information

#964E18 (or 0x964E18) is unknown color: approx Saddle Brown. HEX triplet: 96, 4E and 18. RGB value is (150,78,24). Sum of RGB (Red+Green+Blue) = 150+78+24=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #964E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #964E18 is #69B1E7. Grayscale: #5D5D5D. Windows color (decimal): -6926824 or 1592982. OLE color: 1592982.

HSL color Cylindrical-coordinate representation of color #964E18: hue angle of 25.71º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #964E18 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB1507824-
CMYK00.480.840.41
HSL25.71º72.41%34.12%-
HSV(B)25.71º84%58.82%-
XYZ15.47122.36-
YUV93.3788.85168.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.52%
GREEN value IS 78 (30.86% from 255) = 30.95%
BLUE value IS 24 (9.77% from 255) = 9.52%
R=59.52%
G=30.95%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150782400.480.840.4125.7172.4134.12
Hex964E1803054291a4822
Octal22611630060124513211042
Binary1001011010011101100001100001010100101001110101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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