Shades of Kokoda #817D50
Tints of Kokoda #817D50
RGB
CMYK
RGB Variations
Color information
#817D50 (or 0x817D50) is known color: Kokoda. HEX triplet: 81, 7D and 50. RGB value is (129,125,80). Sum of RGB (Red+Green+Blue) = 129+125+80=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 129 - color contains mainly: red. Hex color #817D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817D50 is #7E82AF. Grayscale: #797979. Windows color (decimal): -8290992 or 5275009. OLE color: 5275009.
HSL color Cylindrical-coordinate representation of color #817D50: hue angle of 55.1º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #817D50 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 125 | 80 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.49 |
| HSL | 55.1º | 0.23% | 0.41% | - |
| HSV(B) | 55.1º | 0.38% | 0.51% | - |
| XYZ | 17.83 | 19.91 | 10.49 | - |
| YUV | 121.07 | 104.83 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 80 | 0 | 0.03 | 0.38 | 0.49 | 55.1 | 0.23 | 0.41 |
| Hex | 81 | 7D | 50 | 0 | 3 | 26 | 31 | 37 | 17 | 29 |
| Octal | 201 | 175 | 120 | 0 | 3 | 46 | 61 | 67 | 27 | 51 |
| Binary | 10000001 | 1111101 | 1010000 | 0 | 11 | 100110 | 110001 | 110111 | 10111 | 101001 |
Color Harmonies of #817D50
Complementary color
Monochromatic Colors of #817D50
Black with #817D50
Text Example
Text Example
White with #817D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817D50; }
p { color: rgb(129,125,80); }
H1.HeaderClassName
{
color: #817D50;
}
.AnyTagClassName
{
color: #817D50;
}
</style>
background-color css
<style>
a { background-color: #817D50; }
a { background-color: rgb(129,125,80); }
div.DivClassName
{
background-color: #817D50;
}
.BgClassName
{
background-color: #817D50;
}
</style>
border-color css
<style>
span { border-color: #817D50; }
span { border-color: rgb(129,125,80); }
td.TdClassName
{
border-color: #817D50;
}
.TagClassName
{
border-color: #817D50;
}
</style>