Shades of Kokoda #828459
Tints of Kokoda #828459
RGB
CMYK
RGB Variations
Color information
#828459 (or 0x828459) is known color: Kokoda. HEX triplet: 82, 84 and 59. RGB value is (130,132,89). Sum of RGB (Red+Green+Blue) = 130+132+89=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 132 - color contains mainly: green. Hex color #828459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828459 is #7D7BA6. Grayscale: #7E7E7E. Windows color (decimal): -8223655 or 5866626. OLE color: 5866626.
HSL color Cylindrical-coordinate representation of color #828459: hue angle of 62.79º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #828459 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 132 | 89 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.48 |
| HSL | 62.79º | 0.19% | 0.43% | - |
| HSV(B) | 62.79º | 0.33% | 0.52% | - |
| XYZ | 19.26 | 21.97 | 12.68 | - |
| YUV | 126.5 | 106.84 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 132 | 89 | 0.02 | 0 | 0.33 | 0.48 | 62.79 | 0.19 | 0.43 |
| Hex | 82 | 84 | 59 | 2 | 0 | 21 | 30 | 3F | 13 | 2B |
| Octal | 202 | 204 | 131 | 2 | 0 | 41 | 60 | 77 | 23 | 53 |
| Binary | 10000010 | 10000100 | 1011001 | 10 | 0 | 100001 | 110000 | 111111 | 10011 | 101011 |
Color Harmonies of #828459
Complementary color
Monochromatic Colors of #828459
Black with #828459
Text Example
Text Example
White with #828459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828459; }
p { color: rgb(130,132,89); }
H1.HeaderClassName
{
color: #828459;
}
.AnyTagClassName
{
color: #828459;
}
</style>
background-color css
<style>
a { background-color: #828459; }
a { background-color: rgb(130,132,89); }
div.DivClassName
{
background-color: #828459;
}
.BgClassName
{
background-color: #828459;
}
</style>
border-color css
<style>
span { border-color: #828459; }
span { border-color: rgb(130,132,89); }
td.TdClassName
{
border-color: #828459;
}
.TagClassName
{
border-color: #828459;
}
</style>