#5D5437

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

Shades of West Coast #5D5437

Tints of West Coast #5D5437

Color information

#5D5437 (or 0x5D5437) is unknown color: approx West Coast. HEX triplet: 5D, 54 and 37. RGB value is (93,84,55). Sum of RGB (Red+Green+Blue) = 93+84+55=232 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.09% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5437 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5437 is #A2ABC8. Grayscale: #535353. Windows color (decimal): -10660809 or 3626077. OLE color: 3626077.

HSL color Cylindrical-coordinate representation of color #5D5437: hue angle of 45.79º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D5437 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.64.

Color convert

RGB938455-
CMYK00.100.410.64
HSL45.79º25.68%29.02%-
HSV(B)45.79º40.86%36.47%-
XYZ8.378.944.9-
YUV83.38111.98134.86-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 40.09%
GREEN value IS 84 (33.20% from 255) = 36.21%
BLUE value IS 55 (21.88% from 255) = 23.71%
R=40.09%
G=36.21%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93845500.100.410.6445.7925.6829.02
Hex5D54370A29402e1a1d
Octal1351246701251100563235
Binary101110110101001101110101010100110000001011101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,84,55); }

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

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

 a { background-color: rgb(93,84,55); }

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

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

 span { border-color: rgb(93,84,55); }

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