Shades of Kokoda #817C4A
Tints of Kokoda #817C4A
RGB
CMYK
RGB Variations
Color information
#817C4A (or 0x817C4A) is known color: Kokoda. HEX triplet: 81, 7C and 4A. RGB value is (129,124,74). Sum of RGB (Red+Green+Blue) = 129+124+74=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 129 - color contains mainly: red. Hex color #817C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817C4A is #7E83B5. Grayscale: #777777. Windows color (decimal): -8291254 or 4881537. OLE color: 4881537.
HSL color Cylindrical-coordinate representation of color #817C4A: hue angle of 54.55º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #817C4A is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 124 | 74 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.49 |
| HSL | 54.55º | 0.27% | 0.4% | - |
| HSV(B) | 54.55º | 0.43% | 0.51% | - |
| XYZ | 17.5 | 19.58 | 9.34 | - |
| YUV | 119.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 74 | 0 | 0.04 | 0.43 | 0.49 | 54.55 | 0.27 | 0.4 |
| Hex | 81 | 7C | 4A | 0 | 4 | 2B | 31 | 37 | 1B | 28 |
| Octal | 201 | 174 | 112 | 0 | 4 | 53 | 61 | 67 | 33 | 50 |
| Binary | 10000001 | 1111100 | 1001010 | 0 | 100 | 101011 | 110001 | 110111 | 11011 | 101000 |
Color Harmonies of #817C4A
Complementary color
Monochromatic Colors of #817C4A
Black with #817C4A
Text Example
Text Example
White with #817C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817C4A; }
p { color: rgb(129,124,74); }
H1.HeaderClassName
{
color: #817C4A;
}
.AnyTagClassName
{
color: #817C4A;
}
</style>
background-color css
<style>
a { background-color: #817C4A; }
a { background-color: rgb(129,124,74); }
div.DivClassName
{
background-color: #817C4A;
}
.BgClassName
{
background-color: #817C4A;
}
</style>
border-color css
<style>
span { border-color: #817C4A; }
span { border-color: rgb(129,124,74); }
td.TdClassName
{
border-color: #817C4A;
}
.TagClassName
{
border-color: #817C4A;
}
</style>