Shades of Kokoda #847F51
Tints of Kokoda #847F51
RGB
CMYK
RGB Variations
Color information
#847F51 (or 0x847F51) is known color: Kokoda. HEX triplet: 84, 7F and 51. RGB value is (132,127,81). Sum of RGB (Red+Green+Blue) = 132+127+81=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 132 - color contains mainly: red. Hex color #847F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847F51 is #7B80AE. Grayscale: #7B7B7B. Windows color (decimal): -8093871 or 5341060. OLE color: 5341060.
HSL color Cylindrical-coordinate representation of color #847F51: hue angle of 54.12º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #847F51 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 127 | 81 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.48 |
| HSL | 54.12º | 0.24% | 0.42% | - |
| HSV(B) | 54.12º | 0.39% | 0.52% | - |
| XYZ | 18.59 | 20.68 | 10.8 | - |
| YUV | 123.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 127 | 81 | 0 | 0.04 | 0.39 | 0.48 | 54.12 | 0.24 | 0.42 |
| Hex | 84 | 7F | 51 | 0 | 4 | 27 | 30 | 36 | 18 | 2A |
| Octal | 204 | 177 | 121 | 0 | 4 | 47 | 60 | 66 | 30 | 52 |
| Binary | 10000100 | 1111111 | 1010001 | 0 | 100 | 100111 | 110000 | 110110 | 11000 | 101010 |
Color Harmonies of #847F51
Complementary color
Monochromatic Colors of #847F51
Black with #847F51
Text Example
Text Example
White with #847F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847F51; }
p { color: rgb(132,127,81); }
H1.HeaderClassName
{
color: #847F51;
}
.AnyTagClassName
{
color: #847F51;
}
</style>
background-color css
<style>
a { background-color: #847F51; }
a { background-color: rgb(132,127,81); }
div.DivClassName
{
background-color: #847F51;
}
.BgClassName
{
background-color: #847F51;
}
</style>
border-color css
<style>
span { border-color: #847F51; }
span { border-color: rgb(132,127,81); }
td.TdClassName
{
border-color: #847F51;
}
.TagClassName
{
border-color: #847F51;
}
</style>