Html Css Color HEX #5D5330 West Coast

📋 copy color: '#5D5330'

red 93 ◦ green 83 ◦ blue 48

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

Shades of West Coast #5D5330

Tints of West Coast #5D5330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.43%

R = 41.52%
G = 37.05%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#5D5330 (or 0x5D5330) is known color: West Coast. HEX triplet: 5D, 53 and 30. RGB value is (93,83,48). Sum of RGB (Red+Green+Blue) = 93+83+48=224 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.52% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5330 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5330 is #A2ACCF. Grayscale: #525252. Windows color (decimal): -10661072 or 3167069. OLE color: 3167069.

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

Color convert

RGB 93 83 48 -
CMYK 0 0.11 0.48 0.64
HSL 46.67º 0.32% 0.28% -
HSV(B) 46.67º 0.48% 0.36% -
XYZ 8.14 8.73 4.05 -
YUV 82 108.81 135.85 -
System Red Green Blue C M Y K H S L
Decimal 93 83 48 0 0.11 0.48 0.64 46.67 0.32 0.28
Hex 5D 53 30 0 B 30 40 2F 20 1C
Octal 135 123 60 0 13 60 100 57 40 34
Binary 1011101 1010011 110000 0 1011 110000 1000000 101111 100000 11100

Color Harmonies of #5D5330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5330

Black with #5D5330

Text Example


Text Example

White with #5D5330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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