Html Css Color HEX #5C5537 West Coast

📋 copy color: '#5C5537'

red 92 ◦ green 85 ◦ blue 55

#5C5537
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of West Coast #5C5537

Tints of West Coast #5C5537

RGB

 RED value IS 92 (36.33% from 255) = 39.66%

 GREEN value IS 85 (33.59% from 255) = 36.64%

 BLUE value IS 55 (21.88% from 255) = 23.71%

R = 39.66%
G = 36.64%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.64

RGB Variations

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

Color information

#5C5537 (or 0x5C5537) is known color: West Coast. HEX triplet: 5C, 55 and 37. RGB value is (92,85,55). Sum of RGB (Red+Green+Blue) = 92+85+55=232 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.66% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5537 is #A3AAC8. Grayscale: #535353. Windows color (decimal): -10726089 or 3626332. OLE color: 3626332.

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

Color convert

RGB 92 85 55 -
CMYK 0 0.08 0.40 0.64
HSL 48.65º 0.25% 0.29% -
HSV(B) 48.65º 0.4% 0.36% -
XYZ 8.35 9.05 4.92 -
YUV 83.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 92 85 55 0 0.08 0.40 0.64 48.65 0.25 0.29
Hex 5C 55 37 0 8 28 40 31 19 1D
Octal 134 125 67 0 10 50 100 61 31 35
Binary 1011100 1010101 110111 0 1000 101000 1000000 110001 11001 11101

Color Harmonies of #5C5537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5537

Black with #5C5537

Text Example


Text Example

White with #5C5537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C5537;
 }
 .AnyTagClassName
 {
   color: #5C5537;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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