Shades of Kokoda #81804F
Tints of Kokoda #81804F
RGB
CMYK
RGB Variations
Color information
#81804F (or 0x81804F) is known color: Kokoda. HEX triplet: 81, 80 and 4F. RGB value is (129,128,79). Sum of RGB (Red+Green+Blue) = 129+128+79=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 129 - color contains mainly: red. Hex color #81804F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81804F is #7E7FB0. Grayscale: #7A7A7A. Windows color (decimal): -8290225 or 5210241. OLE color: 5210241.
HSL color Cylindrical-coordinate representation of color #81804F: hue angle of 58.8º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81804F is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 128 | 79 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.49 |
| HSL | 58.8º | 0.24% | 0.41% | - |
| HSV(B) | 58.8º | 0.39% | 0.51% | - |
| XYZ | 18.18 | 20.67 | 10.43 | - |
| YUV | 122.71 | 103.33 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 128 | 79 | 0 | 0.01 | 0.39 | 0.49 | 58.8 | 0.24 | 0.41 |
| Hex | 81 | 80 | 4F | 0 | 1 | 27 | 31 | 3B | 18 | 29 |
| Octal | 201 | 200 | 117 | 0 | 1 | 47 | 61 | 73 | 30 | 51 |
| Binary | 10000001 | 10000000 | 1001111 | 0 | 1 | 100111 | 110001 | 111011 | 11000 | 101001 |
Color Harmonies of #81804F
Complementary color
Monochromatic Colors of #81804F
Black with #81804F
Text Example
Text Example
White with #81804F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81804F; }
p { color: rgb(129,128,79); }
H1.HeaderClassName
{
color: #81804F;
}
.AnyTagClassName
{
color: #81804F;
}
</style>
background-color css
<style>
a { background-color: #81804F; }
a { background-color: rgb(129,128,79); }
div.DivClassName
{
background-color: #81804F;
}
.BgClassName
{
background-color: #81804F;
}
</style>
border-color css
<style>
span { border-color: #81804F; }
span { border-color: rgb(129,128,79); }
td.TdClassName
{
border-color: #81804F;
}
.TagClassName
{
border-color: #81804F;
}
</style>