Shades of Kokoda #817C55
Tints of Kokoda #817C55
RGB
CMYK
RGB Variations
Color information
#817C55 (or 0x817C55) is known color: Kokoda. HEX triplet: 81, 7C and 55. RGB value is (129,124,85). Sum of RGB (Red+Green+Blue) = 129+124+85=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 129 - color contains mainly: red. Hex color #817C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817C55 is #7E83AA. Grayscale: #797979. Windows color (decimal): -8291243 or 5602433. OLE color: 5602433.
HSL color Cylindrical-coordinate representation of color #817C55: hue angle of 53.18º 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 #817C55 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 124 | 85 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.49 |
| HSL | 53.18º | 0.21% | 0.42% | - |
| HSV(B) | 53.18º | 0.34% | 0.51% | - |
| XYZ | 17.9 | 19.74 | 11.46 | - |
| YUV | 121.05 | 107.66 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 85 | 0 | 0.04 | 0.34 | 0.49 | 53.18 | 0.21 | 0.42 |
| Hex | 81 | 7C | 55 | 0 | 4 | 22 | 31 | 35 | 15 | 2A |
| Octal | 201 | 174 | 125 | 0 | 4 | 42 | 61 | 65 | 25 | 52 |
| Binary | 10000001 | 1111100 | 1010101 | 0 | 100 | 100010 | 110001 | 110101 | 10101 | 101010 |
Color Harmonies of #817C55
Complementary color
Monochromatic Colors of #817C55
Black with #817C55
Text Example
Text Example
White with #817C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817C55; }
p { color: rgb(129,124,85); }
H1.HeaderClassName
{
color: #817C55;
}
.AnyTagClassName
{
color: #817C55;
}
</style>
background-color css
<style>
a { background-color: #817C55; }
a { background-color: rgb(129,124,85); }
div.DivClassName
{
background-color: #817C55;
}
.BgClassName
{
background-color: #817C55;
}
</style>
border-color css
<style>
span { border-color: #817C55; }
span { border-color: rgb(129,124,85); }
td.TdClassName
{
border-color: #817C55;
}
.TagClassName
{
border-color: #817C55;
}
</style>