Shades of Kokoda #817E51
Tints of Kokoda #817E51
RGB
CMYK
RGB Variations
Color information
#817E51 (or 0x817E51) is known color: Kokoda. HEX triplet: 81, 7E and 51. RGB value is (129,126,81). Sum of RGB (Red+Green+Blue) = 129+126+81=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 129 - color contains mainly: red. Hex color #817E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817E51 is #7E81AE. Grayscale: #797979. Windows color (decimal): -8290735 or 5340801. OLE color: 5340801.
HSL color Cylindrical-coordinate representation of color #817E51: hue angle of 56.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #817E51 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 126 | 81 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.49 |
| HSL | 56.25º | 0.23% | 0.41% | - |
| HSV(B) | 56.25º | 0.37% | 0.51% | - |
| XYZ | 18 | 20.18 | 10.73 | - |
| YUV | 121.77 | 104.99 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 81 | 0 | 0.02 | 0.37 | 0.49 | 56.25 | 0.23 | 0.41 |
| Hex | 81 | 7E | 51 | 0 | 2 | 25 | 31 | 38 | 17 | 29 |
| Octal | 201 | 176 | 121 | 0 | 2 | 45 | 61 | 70 | 27 | 51 |
| Binary | 10000001 | 1111110 | 1010001 | 0 | 10 | 100101 | 110001 | 111000 | 10111 | 101001 |
Color Harmonies of #817E51
Complementary color
Monochromatic Colors of #817E51
Black with #817E51
Text Example
Text Example
White with #817E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817E51; }
p { color: rgb(129,126,81); }
H1.HeaderClassName
{
color: #817E51;
}
.AnyTagClassName
{
color: #817E51;
}
</style>
background-color css
<style>
a { background-color: #817E51; }
a { background-color: rgb(129,126,81); }
div.DivClassName
{
background-color: #817E51;
}
.BgClassName
{
background-color: #817E51;
}
</style>
border-color css
<style>
span { border-color: #817E51; }
span { border-color: rgb(129,126,81); }
td.TdClassName
{
border-color: #817E51;
}
.TagClassName
{
border-color: #817E51;
}
</style>