Shades of Kokoda #818252
Tints of Kokoda #818252
RGB
CMYK
RGB Variations
Color information
#818252 (or 0x818252) is known color: Kokoda. HEX triplet: 81, 82 and 52. RGB value is (129,130,82). Sum of RGB (Red+Green+Blue) = 129+130+82=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 130 - color contains mainly: green. Hex color #818252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818252 is #7E7DAD. Grayscale: #7C7C7C. Windows color (decimal): -8289710 or 5407361. OLE color: 5407361.
HSL color Cylindrical-coordinate representation of color #818252: hue angle of 61.25º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #818252 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 130 | 82 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.49 |
| HSL | 61.25º | 0.23% | 0.42% | - |
| HSV(B) | 61.25º | 0.37% | 0.51% | - |
| XYZ | 18.56 | 21.24 | 11.1 | - |
| YUV | 124.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 130 | 82 | 0.01 | 0 | 0.37 | 0.49 | 61.25 | 0.23 | 0.42 |
| Hex | 81 | 82 | 52 | 1 | 0 | 25 | 31 | 3D | 17 | 2A |
| Octal | 201 | 202 | 122 | 1 | 0 | 45 | 61 | 75 | 27 | 52 |
| Binary | 10000001 | 10000010 | 1010010 | 1 | 0 | 100101 | 110001 | 111101 | 10111 | 101010 |
Color Harmonies of #818252
Complementary color
Monochromatic Colors of #818252
Black with #818252
Text Example
Text Example
White with #818252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818252; }
p { color: rgb(129,130,82); }
H1.HeaderClassName
{
color: #818252;
}
.AnyTagClassName
{
color: #818252;
}
</style>
background-color css
<style>
a { background-color: #818252; }
a { background-color: rgb(129,130,82); }
div.DivClassName
{
background-color: #818252;
}
.BgClassName
{
background-color: #818252;
}
</style>
border-color css
<style>
span { border-color: #818252; }
span { border-color: rgb(129,130,82); }
td.TdClassName
{
border-color: #818252;
}
.TagClassName
{
border-color: #818252;
}
</style>