Shades of Kokoda #817D55
Tints of Kokoda #817D55
RGB
CMYK
RGB Variations
Color information
#817D55 (or 0x817D55) is known color: Kokoda. HEX triplet: 81, 7D and 55. RGB value is (129,125,85). Sum of RGB (Red+Green+Blue) = 129+125+85=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 129 - color contains mainly: red. Hex color #817D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817D55 is #7E82AA. Grayscale: #797979. Windows color (decimal): -8290987 or 5602689. OLE color: 5602689.
HSL color Cylindrical-coordinate representation of color #817D55: hue angle of 54.55º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #817D55 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 125 | 85 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.49 |
| HSL | 54.55º | 0.21% | 0.42% | - |
| HSV(B) | 54.55º | 0.34% | 0.51% | - |
| XYZ | 18.03 | 19.99 | 11.5 | - |
| YUV | 121.64 | 107.33 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 85 | 0 | 0.03 | 0.34 | 0.49 | 54.55 | 0.21 | 0.42 |
| Hex | 81 | 7D | 55 | 0 | 3 | 22 | 31 | 37 | 15 | 2A |
| Octal | 201 | 175 | 125 | 0 | 3 | 42 | 61 | 67 | 25 | 52 |
| Binary | 10000001 | 1111101 | 1010101 | 0 | 11 | 100010 | 110001 | 110111 | 10101 | 101010 |
Color Harmonies of #817D55
Complementary color
Monochromatic Colors of #817D55
Black with #817D55
Text Example
Text Example
White with #817D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817D55; }
p { color: rgb(129,125,85); }
H1.HeaderClassName
{
color: #817D55;
}
.AnyTagClassName
{
color: #817D55;
}
</style>
background-color css
<style>
a { background-color: #817D55; }
a { background-color: rgb(129,125,85); }
div.DivClassName
{
background-color: #817D55;
}
.BgClassName
{
background-color: #817D55;
}
</style>
border-color css
<style>
span { border-color: #817D55; }
span { border-color: rgb(129,125,85); }
td.TdClassName
{
border-color: #817D55;
}
.TagClassName
{
border-color: #817D55;
}
</style>