#964F18

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

Shades of Saddle Brown #964F18

Tints of Saddle Brown #964F18

Color information

#964F18 (or 0x964F18) is unknown color: approx Saddle Brown. HEX triplet: 96, 4F and 18. RGB value is (150,79,24). Sum of RGB (Red+Green+Blue) = 150+79+24=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #964F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #964F18 is #69B0E7. Grayscale: #5E5E5E. Windows color (decimal): -6926568 or 1593238. OLE color: 1593238.

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

Color convert

RGB1507924-
CMYK00.470.840.41
HSL26.19º72.41%34.12%-
HSV(B)26.19º84%58.82%-
XYZ15.5412.142.39-
YUV93.9688.52167.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.29%
GREEN value IS 79 (31.25% from 255) = 31.23%
BLUE value IS 24 (9.77% from 255) = 9.49%
R=59.29%
G=31.23%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150792400.470.840.4126.1972.4134.12
Hex964F1802F54291a4822
Octal22611730057124513211042
Binary1001011010011111100001011111010100101001110101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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