Shades of West Coast #5A532F
Tints of West Coast #5A532F
RGB
CMYK
RGB Variations
Color information
#5A532F (or 0x5A532F) is known color: West Coast. HEX triplet: 5A, 53 and 2F. RGB value is (90,83,47). Sum of RGB (Red+Green+Blue) = 90+83+47=220 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.91% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 90 - color contains mainly: red. Hex color #5A532F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A532F is #A5ACD0. Grayscale: #515151. Windows color (decimal): -10857681 or 3101530. OLE color: 3101530.
HSL color Cylindrical-coordinate representation of color #5A532F: hue angle of 50.23º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A532F is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 83 | 47 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.65 |
| HSL | 50.23º | 0.31% | 0.27% | - |
| HSV(B) | 50.23º | 0.48% | 0.35% | - |
| XYZ | 7.82 | 8.57 | 3.93 | - |
| YUV | 80.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 47 | 0 | 0.08 | 0.48 | 0.65 | 50.23 | 0.31 | 0.27 |
| Hex | 5A | 53 | 2F | 0 | 8 | 30 | 41 | 32 | 1F | 1B |
| Octal | 132 | 123 | 57 | 0 | 10 | 60 | 101 | 62 | 37 | 33 |
| Binary | 1011010 | 1010011 | 101111 | 0 | 1000 | 110000 | 1000001 | 110010 | 11111 | 11011 |
Color Harmonies of #5A532F
Complementary color
Monochromatic Colors of #5A532F
Black with #5A532F
Text Example
Text Example
White with #5A532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A532F; }
p { color: rgb(90,83,47); }
H1.HeaderClassName
{
color: #5A532F;
}
.AnyTagClassName
{
color: #5A532F;
}
</style>
background-color css
<style>
a { background-color: #5A532F; }
a { background-color: rgb(90,83,47); }
div.DivClassName
{
background-color: #5A532F;
}
.BgClassName
{
background-color: #5A532F;
}
</style>
border-color css
<style>
span { border-color: #5A532F; }
span { border-color: rgb(90,83,47); }
td.TdClassName
{
border-color: #5A532F;
}
.TagClassName
{
border-color: #5A532F;
}
</style>