Shades of Kokoda #817D57
Tints of Kokoda #817D57
RGB
CMYK
RGB Variations
Color information
#817D57 (or 0x817D57) is known color: Kokoda. HEX triplet: 81, 7D and 57. RGB value is (129,125,87). Sum of RGB (Red+Green+Blue) = 129+125+87=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 129 - color contains mainly: red. Hex color #817D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817D57 is #7E82A8. Grayscale: #7A7A7A. Windows color (decimal): -8290985 or 5733761. OLE color: 5733761.
HSL color Cylindrical-coordinate representation of color #817D57: hue angle of 54.29º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #817D57 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 125 | 87 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.49 |
| HSL | 54.29º | 0.19% | 0.42% | - |
| HSV(B) | 54.29º | 0.33% | 0.51% | - |
| XYZ | 18.11 | 20.02 | 11.93 | - |
| YUV | 121.86 | 108.33 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 87 | 0 | 0.03 | 0.33 | 0.49 | 54.29 | 0.19 | 0.42 |
| Hex | 81 | 7D | 57 | 0 | 3 | 21 | 31 | 36 | 13 | 2A |
| Octal | 201 | 175 | 127 | 0 | 3 | 41 | 61 | 66 | 23 | 52 |
| Binary | 10000001 | 1111101 | 1010111 | 0 | 11 | 100001 | 110001 | 110110 | 10011 | 101010 |
Color Harmonies of #817D57
Complementary color
Monochromatic Colors of #817D57
Black with #817D57
Text Example
Text Example
White with #817D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817D57; }
p { color: rgb(129,125,87); }
H1.HeaderClassName
{
color: #817D57;
}
.AnyTagClassName
{
color: #817D57;
}
</style>
background-color css
<style>
a { background-color: #817D57; }
a { background-color: rgb(129,125,87); }
div.DivClassName
{
background-color: #817D57;
}
.BgClassName
{
background-color: #817D57;
}
</style>
border-color css
<style>
span { border-color: #817D57; }
span { border-color: rgb(129,125,87); }
td.TdClassName
{
border-color: #817D57;
}
.TagClassName
{
border-color: #817D57;
}
</style>