#964418

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

Shades of Saddle Brown #964418

Tints of Saddle Brown #964418

Color information

#964418 (or 0x964418) is unknown color: approx Saddle Brown. HEX triplet: 96, 44 and 18. RGB value is (150,68,24). Sum of RGB (Red+Green+Blue) = 150+68+24=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #964418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964418 is #69BBE7. Grayscale: #575757. Windows color (decimal): -6929384 or 1590422. OLE color: 1590422.

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

Color convert

RGB1506824-
CMYK00.550.840.41
HSL20.95º72.41%34.12%-
HSV(B)20.95º84%58.82%-
XYZ14.8110.682.15-
YUV87.592.17172.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.98%
GREEN value IS 68 (26.95% from 255) = 28.10%
BLUE value IS 24 (9.77% from 255) = 9.92%
R=61.98%
G=28.10%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150682400.550.840.4120.9572.4134.12
Hex9644180375429154822
Octal22610430067124512511042
Binary1001011010001001100001101111010100101001101011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964418; }

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

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

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

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

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

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

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

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