Shades of Kokoda #817F51
Tints of Kokoda #817F51
RGB
CMYK
RGB Variations
Color information
#817F51 (or 0x817F51) is known color: Kokoda. HEX triplet: 81, 7F and 51. RGB value is (129,127,81). Sum of RGB (Red+Green+Blue) = 129+127+81=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 129 - color contains mainly: red. Hex color #817F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817F51 is #7E80AE. Grayscale: #7A7A7A. Windows color (decimal): -8290479 or 5341057. OLE color: 5341057.
HSL color Cylindrical-coordinate representation of color #817F51: hue angle of 57.5º 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 #817F51 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 127 | 81 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.49 |
| HSL | 57.5º | 0.23% | 0.41% | - |
| HSV(B) | 57.5º | 0.37% | 0.51% | - |
| XYZ | 18.13 | 20.44 | 10.77 | - |
| YUV | 122.35 | 104.66 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 127 | 81 | 0 | 0.02 | 0.37 | 0.49 | 57.5 | 0.23 | 0.41 |
| Hex | 81 | 7F | 51 | 0 | 2 | 25 | 31 | 3A | 17 | 29 |
| Octal | 201 | 177 | 121 | 0 | 2 | 45 | 61 | 72 | 27 | 51 |
| Binary | 10000001 | 1111111 | 1010001 | 0 | 10 | 100101 | 110001 | 111010 | 10111 | 101001 |
Color Harmonies of #817F51
Complementary color
Monochromatic Colors of #817F51
Black with #817F51
Text Example
Text Example
White with #817F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817F51; }
p { color: rgb(129,127,81); }
H1.HeaderClassName
{
color: #817F51;
}
.AnyTagClassName
{
color: #817F51;
}
</style>
background-color css
<style>
a { background-color: #817F51; }
a { background-color: rgb(129,127,81); }
div.DivClassName
{
background-color: #817F51;
}
.BgClassName
{
background-color: #817F51;
}
</style>
border-color css
<style>
span { border-color: #817F51; }
span { border-color: rgb(129,127,81); }
td.TdClassName
{
border-color: #817F51;
}
.TagClassName
{
border-color: #817F51;
}
</style>