#5C4F37

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

Shades of West Coast #5C4F37

Tints of West Coast #5C4F37

Color information

#5C4F37 (or 0x5C4F37) is unknown color: approx West Coast. HEX triplet: 5C, 4F and 37. RGB value is (92,79,55). Sum of RGB (Red+Green+Blue) = 92+79+55=226 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.71% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C4F37 is #A3B0C8. Grayscale: #505050. Windows color (decimal): -10727625 or 3624796. OLE color: 3624796.

HSL color Cylindrical-coordinate representation of color #5C4F37: hue angle of 38.92º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C4F37 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB927955-
CMYK00.140.400.64
HSL38.92º25.17%28.82%-
HSV(B)38.92º40.22%36.08%-
XYZ7.98.144.77-
YUV80.15113.81136.45-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 40.71%
GREEN value IS 79 (31.25% from 255) = 34.96%
BLUE value IS 55 (21.88% from 255) = 24.34%
R=40.71%
G=34.96%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92795500.140.400.6438.9225.1728.82
Hex5C4F370E284027191d
Octal1341176701650100473135
Binary101110010011111101110111010100010000001001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,79,55); }

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

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

 a { background-color: rgb(92,79,55); }

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

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

 span { border-color: rgb(92,79,55); }

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