#5C5037

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

Shades of West Coast #5C5037

Tints of West Coast #5C5037

Color information

#5C5037 (or 0x5C5037) is unknown color: approx West Coast. HEX triplet: 5C, 50 and 37. RGB value is (92,80,55). Sum of RGB (Red+Green+Blue) = 92+80+55=227 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.53% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5037 is #A3AFC8. Grayscale: #505050. Windows color (decimal): -10727369 or 3625052. OLE color: 3625052.

HSL color Cylindrical-coordinate representation of color #5C5037: hue angle of 40.54º 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 #5C5037 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB928055-
CMYK00.130.400.64
HSL40.54º25.17%28.82%-
HSV(B)40.54º40.22%36.08%-
XYZ7.978.294.79-
YUV80.74113.48136.03-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 40.53%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 55 (21.88% from 255) = 24.23%
R=40.53%
G=35.24%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92805500.130.400.6440.5425.1728.82
Hex5C50370D284029191d
Octal1341206701550100513135
Binary101110010100001101110110110100010000001010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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