Shades of Kokoda #817E54
Tints of Kokoda #817E54
RGB
CMYK
RGB Variations
Color information
#817E54 (or 0x817E54) is known color: Kokoda. HEX triplet: 81, 7E and 54. RGB value is (129,126,84). Sum of RGB (Red+Green+Blue) = 129+126+84=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 129 - color contains mainly: red. Hex color #817E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817E54 is #7E81AB. Grayscale: #7A7A7A. Windows color (decimal): -8290732 or 5537409. OLE color: 5537409.
HSL color Cylindrical-coordinate representation of color #817E54: hue angle of 56º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #817E54 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 126 | 84 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.49 |
| HSL | 56º | 0.21% | 0.42% | - |
| HSV(B) | 56º | 0.35% | 0.51% | - |
| XYZ | 18.11 | 20.23 | 11.34 | - |
| YUV | 122.11 | 106.49 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 84 | 0 | 0.02 | 0.35 | 0.49 | 56 | 0.21 | 0.42 |
| Hex | 81 | 7E | 54 | 0 | 2 | 23 | 31 | 38 | 15 | 2A |
| Octal | 201 | 176 | 124 | 0 | 2 | 43 | 61 | 70 | 25 | 52 |
| Binary | 10000001 | 1111110 | 1010100 | 0 | 10 | 100011 | 110001 | 111000 | 10101 | 101010 |
Color Harmonies of #817E54
Complementary color
Monochromatic Colors of #817E54
Black with #817E54
Text Example
Text Example
White with #817E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817E54; }
p { color: rgb(129,126,84); }
H1.HeaderClassName
{
color: #817E54;
}
.AnyTagClassName
{
color: #817E54;
}
</style>
background-color css
<style>
a { background-color: #817E54; }
a { background-color: rgb(129,126,84); }
div.DivClassName
{
background-color: #817E54;
}
.BgClassName
{
background-color: #817E54;
}
</style>
border-color css
<style>
span { border-color: #817E54; }
span { border-color: rgb(129,126,84); }
td.TdClassName
{
border-color: #817E54;
}
.TagClassName
{
border-color: #817E54;
}
</style>