Shades of Kokoda #818051
Tints of Kokoda #818051
RGB
CMYK
RGB Variations
Color information
#818051 (or 0x818051) is known color: Kokoda. HEX triplet: 81, 80 and 51. RGB value is (129,128,81). Sum of RGB (Red+Green+Blue) = 129+128+81=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 129 - color contains mainly: red. Hex color #818051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818051 is #7E7FAE. Grayscale: #7B7B7B. Windows color (decimal): -8290223 or 5341313. OLE color: 5341313.
HSL color Cylindrical-coordinate representation of color #818051: hue angle of 58.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #818051 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 128 | 81 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.49 |
| HSL | 58.75º | 0.23% | 0.41% | - |
| HSV(B) | 58.75º | 0.37% | 0.51% | - |
| XYZ | 18.26 | 20.7 | 10.82 | - |
| YUV | 122.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 128 | 81 | 0 | 0.01 | 0.37 | 0.49 | 58.75 | 0.23 | 0.41 |
| Hex | 81 | 80 | 51 | 0 | 1 | 25 | 31 | 3B | 17 | 29 |
| Octal | 201 | 200 | 121 | 0 | 1 | 45 | 61 | 73 | 27 | 51 |
| Binary | 10000001 | 10000000 | 1010001 | 0 | 1 | 100101 | 110001 | 111011 | 10111 | 101001 |
Color Harmonies of #818051
Complementary color
Monochromatic Colors of #818051
Black with #818051
Text Example
Text Example
White with #818051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818051; }
p { color: rgb(129,128,81); }
H1.HeaderClassName
{
color: #818051;
}
.AnyTagClassName
{
color: #818051;
}
</style>
background-color css
<style>
a { background-color: #818051; }
a { background-color: rgb(129,128,81); }
div.DivClassName
{
background-color: #818051;
}
.BgClassName
{
background-color: #818051;
}
</style>
border-color css
<style>
span { border-color: #818051; }
span { border-color: rgb(129,128,81); }
td.TdClassName
{
border-color: #818051;
}
.TagClassName
{
border-color: #818051;
}
</style>