Shades of West Coast #5B4E35
Tints of West Coast #5B4E35
RGB
CMYK
RGB Variations
Color information
#5B4E35 (or 0x5B4E35) is known color: West Coast. HEX triplet: 5B, 4E and 35. RGB value is (91,78,53). Sum of RGB (Red+Green+Blue) = 91+78+53=222 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.99% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B4E35 is #A4B1CA. Grayscale: #4F4F4F. Windows color (decimal): -10793419 or 3493467. OLE color: 3493467.
HSL color Cylindrical-coordinate representation of color #5B4E35: hue angle of 39.47º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B4E35 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 78 | 53 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.64 |
| HSL | 39.47º | 0.26% | 0.28% | - |
| HSV(B) | 39.47º | 0.42% | 0.36% | - |
| XYZ | 7.68 | 7.93 | 4.49 | - |
| YUV | 79.04 | 113.31 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 78 | 53 | 0 | 0.14 | 0.42 | 0.64 | 39.47 | 0.26 | 0.28 |
| Hex | 5B | 4E | 35 | 0 | E | 2A | 40 | 27 | 1A | 1C |
| Octal | 133 | 116 | 65 | 0 | 16 | 52 | 100 | 47 | 32 | 34 |
| Binary | 1011011 | 1001110 | 110101 | 0 | 1110 | 101010 | 1000000 | 100111 | 11010 | 11100 |
Color Harmonies of #5B4E35
Complementary color
Monochromatic Colors of #5B4E35
Black with #5B4E35
Text Example
Text Example
White with #5B4E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4E35; }
p { color: rgb(91,78,53); }
H1.HeaderClassName
{
color: #5B4E35;
}
.AnyTagClassName
{
color: #5B4E35;
}
</style>
background-color css
<style>
a { background-color: #5B4E35; }
a { background-color: rgb(91,78,53); }
div.DivClassName
{
background-color: #5B4E35;
}
.BgClassName
{
background-color: #5B4E35;
}
</style>
border-color css
<style>
span { border-color: #5B4E35; }
span { border-color: rgb(91,78,53); }
td.TdClassName
{
border-color: #5B4E35;
}
.TagClassName
{
border-color: #5B4E35;
}
</style>