#953A18

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

Shades of Saddle Brown #953A18

Tints of Saddle Brown #953A18

Color information

#953A18 (or 0x953A18) is unknown color: approx Saddle Brown. HEX triplet: 95, 3A and 18. RGB value is (149,58,24). Sum of RGB (Red+Green+Blue) = 149+58+24=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #953A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953A18 is #6AC5E7. Grayscale: #515151. Windows color (decimal): -6997480 or 1587861. OLE color: 1587861.

HSL color Cylindrical-coordinate representation of color #953A18: hue angle of 16.32º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #953A18 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB1495824-
CMYK00.610.840.42
HSL16.32º72.25%33.92%-
HSV(B)16.32º83.89%58.43%-
XYZ14.079.481.95-
YUV81.3395.65176.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.50%
GREEN value IS 58 (23.05% from 255) = 25.11%
BLUE value IS 24 (9.77% from 255) = 10.39%
R=64.50%
G=25.11%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149582400.610.840.4216.3272.2533.92
Hex953A1803D542A104822
Octal2257230075124522011042
Binary100101011110101100001111011010100101010100001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953A18; }

 p { color: rgb(149,58,24); }

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

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

 a { background-color: rgb(149,58,24); }

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

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

 span { border-color: rgb(149,58,24); }

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