#5C4E48

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

Shades of Saddle #5C4E48

Tints of Saddle #5C4E48

Color information

#5C4E48 (or 0x5C4E48) is unknown color: approx Saddle. HEX triplet: 5C, 4E and 48. RGB value is (92,78,72). Sum of RGB (Red+Green+Blue) = 92+78+72=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C4E48 is #A3B1B7. Grayscale: #515151. Windows color (decimal): -10727864 or 4738652. OLE color: 4738652.

HSL color Cylindrical-coordinate representation of color #5C4E48: hue angle of 18º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5C4E48 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB927872-
CMYK00.150.220.64
HSL18º12.2%32.16%-
HSV(B)18º21.74%36.08%-
XYZ8.318.197.27-
YUV81.5122.64135.49-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.02%
GREEN value IS 78 (30.86% from 255) = 32.23%
BLUE value IS 72 (28.52% from 255) = 29.75%
R=38.02%
G=32.23%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92787200.150.220.641812.232.16
Hex5C4E480F164012c20
Octal13411611001726100221440
Binary10111001001110100100001111101101000000100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C4E48; }

 p { color: rgb(92,78,72); }

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

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

 a { background-color: rgb(92,78,72); }

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

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

 span { border-color: rgb(92,78,72); }

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