Shades of Kokoda #828256
Tints of Kokoda #828256
RGB
CMYK
RGB Variations
Color information
#828256 (or 0x828256) is known color: Kokoda. HEX triplet: 82, 82 and 56. RGB value is (130,130,86). Sum of RGB (Red+Green+Blue) = 130+130+86=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828256 is #7D7DA9. Grayscale: #7D7D7D. Windows color (decimal): -8224170 or 5669506. OLE color: 5669506.
HSL color Cylindrical-coordinate representation of color #828256: hue angle of 60º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #828256 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 130 | 86 | - |
| CMYK | 0 | 0 | 0.34 | 0.49 |
| HSL | 60º | 0.2% | 0.42% | - |
| HSV(B) | 60º | 0.34% | 0.51% | - |
| XYZ | 18.87 | 21.38 | 11.94 | - |
| YUV | 124.98 | 106 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 86 | 0 | 0 | 0.34 | 0.49 | 60 | 0.2 | 0.42 |
| Hex | 82 | 82 | 56 | 0 | 0 | 22 | 31 | 3C | 14 | 2A |
| Octal | 202 | 202 | 126 | 0 | 0 | 42 | 61 | 74 | 24 | 52 |
| Binary | 10000010 | 10000010 | 1010110 | 0 | 0 | 100010 | 110001 | 111100 | 10100 | 101010 |
Color Harmonies of #828256
Complementary color
Monochromatic Colors of #828256
Black with #828256
Text Example
Text Example
White with #828256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828256; }
p { color: rgb(130,130,86); }
H1.HeaderClassName
{
color: #828256;
}
.AnyTagClassName
{
color: #828256;
}
</style>
background-color css
<style>
a { background-color: #828256; }
a { background-color: rgb(130,130,86); }
div.DivClassName
{
background-color: #828256;
}
.BgClassName
{
background-color: #828256;
}
</style>
border-color css
<style>
span { border-color: #828256; }
span { border-color: rgb(130,130,86); }
td.TdClassName
{
border-color: #828256;
}
.TagClassName
{
border-color: #828256;
}
</style>