Html Css Color HEX #5D5339 West Coast

📋 copy color: '#5D5339'

red 93 ◦ green 83 ◦ blue 57

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

Shades of West Coast #5D5339

Tints of West Coast #5D5339

RGB

 RED value IS 93 (36.72% from 255) = 39.91%

 GREEN value IS 83 (32.81% from 255) = 35.62%

 BLUE value IS 57 (22.66% from 255) = 24.46%

R = 39.91%
G = 35.62%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.64

RGB Variations

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

Color information

#5D5339 (or 0x5D5339) is known color: West Coast. HEX triplet: 5D, 53 and 39. RGB value is (93,83,57). Sum of RGB (Red+Green+Blue) = 93+83+57=233 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.91% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5339 is #A2ACC6. Grayscale: #535353. Windows color (decimal): -10661063 or 3756893. OLE color: 3756893.

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

Color convert

RGB 93 83 57 -
CMYK 0 0.11 0.39 0.64
HSL 43.33º 0.24% 0.29% -
HSV(B) 43.33º 0.39% 0.36% -
XYZ 8.35 8.81 5.13 -
YUV 83.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 93 83 57 0 0.11 0.39 0.64 43.33 0.24 0.29
Hex 5D 53 39 0 B 27 40 2B 18 1D
Octal 135 123 71 0 13 47 100 53 30 35
Binary 1011101 1010011 111001 0 1011 100111 1000000 101011 11000 11101

Color Harmonies of #5D5339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5339

Black with #5D5339

Text Example


Text Example

White with #5D5339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,83,57); }

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

background-color css

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

 a { background-color: rgb(93,83,57); }

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

border-color css

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

 span { border-color: rgb(93,83,57); }

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