Html Css Color HEX #5A5231 West Coast

📋 copy color: '#5A5231'

red 90 ◦ green 82 ◦ blue 49

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

Shades of West Coast #5A5231

Tints of West Coast #5A5231

RGB

 RED value IS 90 (35.55% from 255) = 40.72%

 GREEN value IS 82 (32.42% from 255) = 37.1%

 BLUE value IS 49 (19.53% from 255) = 22.17%

R = 40.72%
G = 37.1%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#5A5231 (or 0x5A5231) is known color: West Coast. HEX triplet: 5A, 52 and 31. RGB value is (90,82,49). Sum of RGB (Red+Green+Blue) = 90+82+49=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5231 is #A5ADCE. Grayscale: #505050. Windows color (decimal): -10857935 or 3232346. OLE color: 3232346.

HSL color Cylindrical-coordinate representation of color #5A5231: hue angle of 48.29º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A5231 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 82 49 -
CMYK 0 0.09 0.46 0.65
HSL 48.29º 0.29% 0.27% -
HSV(B) 48.29º 0.46% 0.35% -
XYZ 7.79 8.43 4.12 -
YUV 80.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 90 82 49 0 0.09 0.46 0.65 48.29 0.29 0.27
Hex 5A 52 31 0 9 2E 41 30 1D 1B
Octal 132 122 61 0 11 56 101 60 35 33
Binary 1011010 1010010 110001 0 1001 101110 1000001 110000 11101 11011

Color Harmonies of #5A5231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5231

Black with #5A5231

Text Example


Text Example

White with #5A5231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,82,49); }

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

background-color css

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

 a { background-color: rgb(90,82,49); }

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

border-color css

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

 span { border-color: rgb(90,82,49); }

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