Shades of Kokoda #817D56
Tints of Kokoda #817D56
RGB
CMYK
RGB Variations
Color information
#817D56 (or 0x817D56) is known color: Kokoda. HEX triplet: 81, 7D and 56. RGB value is (129,125,86). Sum of RGB (Red+Green+Blue) = 129+125+86=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 129 - color contains mainly: red. Hex color #817D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817D56 is #7E82A9. Grayscale: #797979. Windows color (decimal): -8290986 or 5668225. OLE color: 5668225.
HSL color Cylindrical-coordinate representation of color #817D56: hue angle of 54.42º degrees, saturation: 0.2, 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 #817D56 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 125 | 86 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.49 |
| HSL | 54.42º | 0.2% | 0.42% | - |
| HSV(B) | 54.42º | 0.33% | 0.51% | - |
| XYZ | 18.07 | 20.01 | 11.71 | - |
| YUV | 121.75 | 107.83 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 86 | 0 | 0.03 | 0.33 | 0.49 | 54.42 | 0.2 | 0.42 |
| Hex | 81 | 7D | 56 | 0 | 3 | 21 | 31 | 36 | 14 | 2A |
| Octal | 201 | 175 | 126 | 0 | 3 | 41 | 61 | 66 | 24 | 52 |
| Binary | 10000001 | 1111101 | 1010110 | 0 | 11 | 100001 | 110001 | 110110 | 10100 | 101010 |
Color Harmonies of #817D56
Complementary color
Monochromatic Colors of #817D56
Black with #817D56
Text Example
Text Example
White with #817D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817D56; }
p { color: rgb(129,125,86); }
H1.HeaderClassName
{
color: #817D56;
}
.AnyTagClassName
{
color: #817D56;
}
</style>
background-color css
<style>
a { background-color: #817D56; }
a { background-color: rgb(129,125,86); }
div.DivClassName
{
background-color: #817D56;
}
.BgClassName
{
background-color: #817D56;
}
</style>
border-color css
<style>
span { border-color: #817D56; }
span { border-color: rgb(129,125,86); }
td.TdClassName
{
border-color: #817D56;
}
.TagClassName
{
border-color: #817D56;
}
</style>