#964519

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

Shades of Saddle Brown #964519

Tints of Saddle Brown #964519

Color information

#964519 (or 0x964519) is unknown color: approx Saddle Brown. HEX triplet: 96, 45 and 19. RGB value is (150,69,25). Sum of RGB (Red+Green+Blue) = 150+69+25=244 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.48% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 150 - color contains mainly: red. Hex color #964519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964519 is #69BAE6. Grayscale: #585858. Windows color (decimal): -6929127 or 1656214. OLE color: 1656214.

HSL color Cylindrical-coordinate representation of color #964519: hue angle of 21.12º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #964519 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB1506925-
CMYK00.540.830.41
HSL21.12º71.43%34.31%-
HSV(B)21.12º83.33%58.82%-
XYZ14.8810.812.22-
YUV88.292.34172.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.48%
GREEN value IS 69 (27.34% from 255) = 28.28%
BLUE value IS 25 (10.16% from 255) = 10.25%
R=61.48%
G=28.28%
B=10.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150692500.540.830.4121.1271.4334.31
Hex9645190365329154722
Octal22610531066123512510742
Binary1001011010001011100101101101010011101001101011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964519; }

 p { color: rgb(150,69,25); }

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

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

 a { background-color: rgb(150,69,25); }

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

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

 span { border-color: rgb(150,69,25); }

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