Shades of West Coast #5E5630
Tints of West Coast #5E5630
RGB
CMYK
RGB Variations
Color information
#5E5630 (or 0x5E5630) is known color: West Coast. HEX triplet: 5E, 56 and 30. RGB value is (94,86,48). Sum of RGB (Red+Green+Blue) = 94+86+48=228 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.23% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5630 is #A1A9CF. Grayscale: #545454. Windows color (decimal): -10594768 or 3167838. OLE color: 3167838.
HSL color Cylindrical-coordinate representation of color #5E5630: hue angle of 49.57º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E5630 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 86 | 48 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.63 |
| HSL | 49.57º | 0.32% | 0.28% | - |
| HSV(B) | 49.57º | 0.49% | 0.37% | - |
| XYZ | 8.48 | 9.25 | 4.13 | - |
| YUV | 84.06 | 107.65 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 86 | 48 | 0 | 0.09 | 0.49 | 0.63 | 49.57 | 0.32 | 0.28 |
| Hex | 5E | 56 | 30 | 0 | 9 | 31 | 3F | 32 | 20 | 1C |
| Octal | 136 | 126 | 60 | 0 | 11 | 61 | 77 | 62 | 40 | 34 |
| Binary | 1011110 | 1010110 | 110000 | 0 | 1001 | 110001 | 111111 | 110010 | 100000 | 11100 |
Color Harmonies of #5E5630
Complementary color
Monochromatic Colors of #5E5630
Black with #5E5630
Text Example
Text Example
White with #5E5630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5630; }
p { color: rgb(94,86,48); }
H1.HeaderClassName
{
color: #5E5630;
}
.AnyTagClassName
{
color: #5E5630;
}
</style>
background-color css
<style>
a { background-color: #5E5630; }
a { background-color: rgb(94,86,48); }
div.DivClassName
{
background-color: #5E5630;
}
.BgClassName
{
background-color: #5E5630;
}
</style>
border-color css
<style>
span { border-color: #5E5630; }
span { border-color: rgb(94,86,48); }
td.TdClassName
{
border-color: #5E5630;
}
.TagClassName
{
border-color: #5E5630;
}
</style>