Shades of West Coast #5B512B
Tints of West Coast #5B512B
RGB
CMYK
RGB Variations
Color information
#5B512B (or 0x5B512B) is known color: West Coast. HEX triplet: 5B, 51 and 2B. RGB value is (91,81,43). Sum of RGB (Red+Green+Blue) = 91+81+43=215 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.33% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 91 - color contains mainly: red. Hex color #5B512B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B512B is #A4AED4. Grayscale: #4F4F4F. Windows color (decimal): -10792661 or 2838875. OLE color: 2838875.
HSL color Cylindrical-coordinate representation of color #5B512B: hue angle of 47.5º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B512B is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 81 | 43 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.64 |
| HSL | 47.5º | 0.36% | 0.26% | - |
| HSV(B) | 47.5º | 0.53% | 0.36% | - |
| XYZ | 7.69 | 8.28 | 3.48 | - |
| YUV | 79.66 | 107.31 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 81 | 43 | 0 | 0.11 | 0.53 | 0.64 | 47.5 | 0.36 | 0.26 |
| Hex | 5B | 51 | 2B | 0 | B | 35 | 40 | 30 | 24 | 1A |
| Octal | 133 | 121 | 53 | 0 | 13 | 65 | 100 | 60 | 44 | 32 |
| Binary | 1011011 | 1010001 | 101011 | 0 | 1011 | 110101 | 1000000 | 110000 | 100100 | 11010 |
Color Harmonies of #5B512B
Complementary color
Monochromatic Colors of #5B512B
Black with #5B512B
Text Example
Text Example
White with #5B512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B512B; }
p { color: rgb(91,81,43); }
H1.HeaderClassName
{
color: #5B512B;
}
.AnyTagClassName
{
color: #5B512B;
}
</style>
background-color css
<style>
a { background-color: #5B512B; }
a { background-color: rgb(91,81,43); }
div.DivClassName
{
background-color: #5B512B;
}
.BgClassName
{
background-color: #5B512B;
}
</style>
border-color css
<style>
span { border-color: #5B512B; }
span { border-color: rgb(91,81,43); }
td.TdClassName
{
border-color: #5B512B;
}
.TagClassName
{
border-color: #5B512B;
}
</style>