Shades of Kokoda #817D54
Tints of Kokoda #817D54
RGB
CMYK
RGB Variations
Color information
#817D54 (or 0x817D54) is known color: Kokoda. HEX triplet: 81, 7D and 54. RGB value is (129,125,84). Sum of RGB (Red+Green+Blue) = 129+125+84=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 129 - color contains mainly: red. Hex color #817D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817D54 is #7E82AB. Grayscale: #797979. Windows color (decimal): -8290988 or 5537153. OLE color: 5537153.
HSL color Cylindrical-coordinate representation of color #817D54: hue angle of 54.67º 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 #817D54 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 125 | 84 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.49 |
| HSL | 54.67º | 0.21% | 0.42% | - |
| HSV(B) | 54.67º | 0.35% | 0.51% | - |
| XYZ | 17.99 | 19.97 | 11.29 | - |
| YUV | 121.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 84 | 0 | 0.03 | 0.35 | 0.49 | 54.67 | 0.21 | 0.42 |
| Hex | 81 | 7D | 54 | 0 | 3 | 23 | 31 | 37 | 15 | 2A |
| Octal | 201 | 175 | 124 | 0 | 3 | 43 | 61 | 67 | 25 | 52 |
| Binary | 10000001 | 1111101 | 1010100 | 0 | 11 | 100011 | 110001 | 110111 | 10101 | 101010 |
Color Harmonies of #817D54
Complementary color
Monochromatic Colors of #817D54
Black with #817D54
Text Example
Text Example
White with #817D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817D54; }
p { color: rgb(129,125,84); }
H1.HeaderClassName
{
color: #817D54;
}
.AnyTagClassName
{
color: #817D54;
}
</style>
background-color css
<style>
a { background-color: #817D54; }
a { background-color: rgb(129,125,84); }
div.DivClassName
{
background-color: #817D54;
}
.BgClassName
{
background-color: #817D54;
}
</style>
border-color css
<style>
span { border-color: #817D54; }
span { border-color: rgb(129,125,84); }
td.TdClassName
{
border-color: #817D54;
}
.TagClassName
{
border-color: #817D54;
}
</style>