#953C18

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

Shades of Saddle Brown #953C18

Tints of Saddle Brown #953C18

Color information

#953C18 (or 0x953C18) is unknown color: approx Saddle Brown. HEX triplet: 95, 3C and 18. RGB value is (149,60,24). Sum of RGB (Red+Green+Blue) = 149+60+24=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #953C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953C18 is #6AC3E7. Grayscale: #525252. Windows color (decimal): -6996968 or 1588373. OLE color: 1588373.

HSL color Cylindrical-coordinate representation of color #953C18: hue angle of 17.28º 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 #953C18 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB1496024-
CMYK00.600.840.42
HSL17.28º72.25%33.92%-
HSV(B)17.28º83.89%58.43%-
XYZ14.189.691.99-
YUV82.5194.99175.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.95%
GREEN value IS 60 (23.83% from 255) = 25.75%
BLUE value IS 24 (9.77% from 255) = 10.30%
R=63.95%
G=25.75%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149602400.600.840.4217.2872.2533.92
Hex953C1803C542A114822
Octal2257430074124522111042
Binary100101011111001100001111001010100101010100011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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