Shades of Kokoda #817D5E
Tints of Kokoda #817D5E
RGB
CMYK
RGB Variations
Color information
#817D5E (or 0x817D5E) is known color: Kokoda. HEX triplet: 81, 7D and 5E. RGB value is (129,125,94). Sum of RGB (Red+Green+Blue) = 129+125+94=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 129 - color contains mainly: red. Hex color #817D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817D5E is #7E82A1. Grayscale: #7A7A7A. Windows color (decimal): -8290978 or 6192513. OLE color: 6192513.
HSL color Cylindrical-coordinate representation of color #817D5E: hue angle of 53.14º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #817D5E is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 125 | 94 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.49 |
| HSL | 53.14º | 0.16% | 0.44% | - |
| HSV(B) | 53.14º | 0.27% | 0.51% | - |
| XYZ | 18.41 | 20.14 | 13.51 | - |
| YUV | 122.66 | 111.83 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 94 | 0 | 0.03 | 0.27 | 0.49 | 53.14 | 0.16 | 0.44 |
| Hex | 81 | 7D | 5E | 0 | 3 | 1B | 31 | 35 | 10 | 2C |
| Octal | 201 | 175 | 136 | 0 | 3 | 33 | 61 | 65 | 20 | 54 |
| Binary | 10000001 | 1111101 | 1011110 | 0 | 11 | 11011 | 110001 | 110101 | 10000 | 101100 |
Color Harmonies of #817D5E
Complementary color
Monochromatic Colors of #817D5E
Black with #817D5E
Text Example
Text Example
White with #817D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817D5E; }
p { color: rgb(129,125,94); }
H1.HeaderClassName
{
color: #817D5E;
}
.AnyTagClassName
{
color: #817D5E;
}
</style>
background-color css
<style>
a { background-color: #817D5E; }
a { background-color: rgb(129,125,94); }
div.DivClassName
{
background-color: #817D5E;
}
.BgClassName
{
background-color: #817D5E;
}
</style>
border-color css
<style>
span { border-color: #817D5E; }
span { border-color: rgb(129,125,94); }
td.TdClassName
{
border-color: #817D5E;
}
.TagClassName
{
border-color: #817D5E;
}
</style>