Shades of Kokoda #817D52
Tints of Kokoda #817D52
RGB
CMYK
RGB Variations
Color information
#817D52 (or 0x817D52) is known color: Kokoda. HEX triplet: 81, 7D and 52. RGB value is (129,125,82). Sum of RGB (Red+Green+Blue) = 129+125+82=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 129 - color contains mainly: red. Hex color #817D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817D52 is #7E82AD. Grayscale: #797979. Windows color (decimal): -8290990 or 5406081. OLE color: 5406081.
HSL color Cylindrical-coordinate representation of color #817D52: hue angle of 54.89º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #817D52 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 125 | 82 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.49 |
| HSL | 54.89º | 0.22% | 0.41% | - |
| HSV(B) | 54.89º | 0.36% | 0.51% | - |
| XYZ | 17.91 | 19.94 | 10.89 | - |
| YUV | 121.29 | 105.83 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 82 | 0 | 0.03 | 0.36 | 0.49 | 54.89 | 0.22 | 0.41 |
| Hex | 81 | 7D | 52 | 0 | 3 | 24 | 31 | 37 | 16 | 29 |
| Octal | 201 | 175 | 122 | 0 | 3 | 44 | 61 | 67 | 26 | 51 |
| Binary | 10000001 | 1111101 | 1010010 | 0 | 11 | 100100 | 110001 | 110111 | 10110 | 101001 |
Color Harmonies of #817D52
Complementary color
Monochromatic Colors of #817D52
Black with #817D52
Text Example
Text Example
White with #817D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817D52; }
p { color: rgb(129,125,82); }
H1.HeaderClassName
{
color: #817D52;
}
.AnyTagClassName
{
color: #817D52;
}
</style>
background-color css
<style>
a { background-color: #817D52; }
a { background-color: rgb(129,125,82); }
div.DivClassName
{
background-color: #817D52;
}
.BgClassName
{
background-color: #817D52;
}
</style>
border-color css
<style>
span { border-color: #817D52; }
span { border-color: rgb(129,125,82); }
td.TdClassName
{
border-color: #817D52;
}
.TagClassName
{
border-color: #817D52;
}
</style>