#954C18

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

Shades of Saddle Brown #954C18

Tints of Saddle Brown #954C18

Color information

#954C18 (or 0x954C18) is unknown color: approx Saddle Brown. HEX triplet: 95, 4C and 18. RGB value is (149,76,24). Sum of RGB (Red+Green+Blue) = 149+76+24=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #954C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954C18 is #6AB3E7. Grayscale: #5C5C5C. Windows color (decimal): -6992872 or 1592469. OLE color: 1592469.

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

Color convert

RGB1497624-
CMYK00.490.840.42
HSL24.96º72.25%33.92%-
HSV(B)24.96º83.89%58.43%-
XYZ15.1411.622.31-
YUV91.989.68168.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.84%
GREEN value IS 76 (30.08% from 255) = 30.52%
BLUE value IS 24 (9.77% from 255) = 9.64%
R=59.84%
G=30.52%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149762400.490.840.4224.9672.2533.92
Hex954C18031542A194822
Octal22511430061124523111042
Binary1001010110011001100001100011010100101010110011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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