Shades of Kokoda #817E4D
Tints of Kokoda #817E4D
RGB
CMYK
RGB Variations
Color information
#817E4D (or 0x817E4D) is known color: Kokoda. HEX triplet: 81, 7E and 4D. RGB value is (129,126,77). Sum of RGB (Red+Green+Blue) = 129+126+77=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 129 - color contains mainly: red. Hex color #817E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817E4D is #7E81B2. Grayscale: #797979. Windows color (decimal): -8290739 or 5078657. OLE color: 5078657.
HSL color Cylindrical-coordinate representation of color #817E4D: hue angle of 56.54º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #817E4D is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 126 | 77 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.49 |
| HSL | 56.54º | 0.25% | 0.4% | - |
| HSV(B) | 56.54º | 0.4% | 0.51% | - |
| XYZ | 17.85 | 20.12 | 9.96 | - |
| YUV | 121.31 | 102.99 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 77 | 0 | 0.02 | 0.40 | 0.49 | 56.54 | 0.25 | 0.4 |
| Hex | 81 | 7E | 4D | 0 | 2 | 28 | 31 | 39 | 19 | 28 |
| Octal | 201 | 176 | 115 | 0 | 2 | 50 | 61 | 71 | 31 | 50 |
| Binary | 10000001 | 1111110 | 1001101 | 0 | 10 | 101000 | 110001 | 111001 | 11001 | 101000 |
Color Harmonies of #817E4D
Complementary color
Monochromatic Colors of #817E4D
Black with #817E4D
Text Example
Text Example
White with #817E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817E4D; }
p { color: rgb(129,126,77); }
H1.HeaderClassName
{
color: #817E4D;
}
.AnyTagClassName
{
color: #817E4D;
}
</style>
background-color css
<style>
a { background-color: #817E4D; }
a { background-color: rgb(129,126,77); }
div.DivClassName
{
background-color: #817E4D;
}
.BgClassName
{
background-color: #817E4D;
}
</style>
border-color css
<style>
span { border-color: #817E4D; }
span { border-color: rgb(129,126,77); }
td.TdClassName
{
border-color: #817E4D;
}
.TagClassName
{
border-color: #817E4D;
}
</style>