#964818

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

Shades of Saddle Brown #964818

Tints of Saddle Brown #964818

Color information

#964818 (or 0x964818) is unknown color: approx Saddle Brown. HEX triplet: 96, 48 and 18. RGB value is (150,72,24). Sum of RGB (Red+Green+Blue) = 150+72+24=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #964818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964818 is #69B7E7. Grayscale: #5A5A5A. Windows color (decimal): -6928360 or 1591446. OLE color: 1591446.

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

Color convert

RGB1507224-
CMYK00.520.840.41
HSL22.86º72.41%34.12%-
HSV(B)22.86º84%58.82%-
XYZ15.0611.182.23-
YUV89.8590.84170.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.98%
GREEN value IS 72 (28.52% from 255) = 29.27%
BLUE value IS 24 (9.77% from 255) = 9.76%
R=60.98%
G=29.27%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150722400.520.840.4122.8672.4134.12
Hex9648180345429174822
Octal22611030064124512711042
Binary1001011010010001100001101001010100101001101111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964818; }

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

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

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

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

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

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

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

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