Shades of Kokoda #817C50
Tints of Kokoda #817C50
RGB
CMYK
RGB Variations
Color information
#817C50 (or 0x817C50) is known color: Kokoda. HEX triplet: 81, 7C and 50. RGB value is (129,124,80). Sum of RGB (Red+Green+Blue) = 129+124+80=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 129 - color contains mainly: red. Hex color #817C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817C50 is #7E83AF. Grayscale: #787878. Windows color (decimal): -8291248 or 5274753. OLE color: 5274753.
HSL color Cylindrical-coordinate representation of color #817C50: hue angle of 53.88º 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 #817C50 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 124 | 80 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.49 |
| HSL | 53.88º | 0.23% | 0.41% | - |
| HSV(B) | 53.88º | 0.38% | 0.51% | - |
| XYZ | 17.71 | 19.66 | 10.45 | - |
| YUV | 120.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 80 | 0 | 0.04 | 0.38 | 0.49 | 53.88 | 0.23 | 0.41 |
| Hex | 81 | 7C | 50 | 0 | 4 | 26 | 31 | 36 | 17 | 29 |
| Octal | 201 | 174 | 120 | 0 | 4 | 46 | 61 | 66 | 27 | 51 |
| Binary | 10000001 | 1111100 | 1010000 | 0 | 100 | 100110 | 110001 | 110110 | 10111 | 101001 |
Color Harmonies of #817C50
Complementary color
Monochromatic Colors of #817C50
Black with #817C50
Text Example
Text Example
White with #817C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817C50; }
p { color: rgb(129,124,80); }
H1.HeaderClassName
{
color: #817C50;
}
.AnyTagClassName
{
color: #817C50;
}
</style>
background-color css
<style>
a { background-color: #817C50; }
a { background-color: rgb(129,124,80); }
div.DivClassName
{
background-color: #817C50;
}
.BgClassName
{
background-color: #817C50;
}
</style>
border-color css
<style>
span { border-color: #817C50; }
span { border-color: rgb(129,124,80); }
td.TdClassName
{
border-color: #817C50;
}
.TagClassName
{
border-color: #817C50;
}
</style>