Html Css Color HEX #5A5230 West Coast

📋 copy color: '#5A5230'

red 90 ◦ green 82 ◦ blue 48

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

Shades of West Coast #5A5230

Tints of West Coast #5A5230

RGB

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

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

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

R = 40.91%
G = 37.27%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#5A5230 (or 0x5A5230) is known color: West Coast. HEX triplet: 5A, 52 and 30. RGB value is (90,82,48). Sum of RGB (Red+Green+Blue) = 90+82+48=220 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.91% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5230 is #A5ADCF. Grayscale: #505050. Windows color (decimal): -10857936 or 3166810. OLE color: 3166810.

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

Color convert

RGB 90 82 48 -
CMYK 0 0.09 0.47 0.65
HSL 48.57º 0.3% 0.27% -
HSV(B) 48.57º 0.47% 0.35% -
XYZ 7.77 8.42 4.01 -
YUV 80.52 109.65 134.76 -
System Red Green Blue C M Y K H S L
Decimal 90 82 48 0 0.09 0.47 0.65 48.57 0.3 0.27
Hex 5A 52 30 0 9 2F 41 31 1E 1B
Octal 132 122 60 0 11 57 101 61 36 33
Binary 1011010 1010010 110000 0 1001 101111 1000001 110001 11110 11011

Color Harmonies of #5A5230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5230

Black with #5A5230

Text Example


Text Example

White with #5A5230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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