#965118

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

Shades of Saddle Brown #965118

Tints of Saddle Brown #965118

Color information

#965118 (or 0x965118) is unknown color: approx Saddle Brown. HEX triplet: 96, 51 and 18. RGB value is (150,81,24). Sum of RGB (Red+Green+Blue) = 150+81+24=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #965118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965118 is #69AEE7. Grayscale: #5F5F5F. Windows color (decimal): -6926056 or 1593750. OLE color: 1593750.

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

Color convert

RGB1508124-
CMYK00.460.840.41
HSL27.14º72.41%34.12%-
HSV(B)27.14º84%58.82%-
XYZ15.6812.432.44-
YUV95.1387.86167.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.82%
GREEN value IS 81 (32.03% from 255) = 31.76%
BLUE value IS 24 (9.77% from 255) = 9.41%
R=58.82%
G=31.76%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150812400.460.840.4127.1472.4134.12
Hex96511802E54291b4822
Octal22612130056124513311042
Binary1001011010100011100001011101010100101001110111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965118; }

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

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

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

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

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

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

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

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