Shades of Kokoda #828159
Tints of Kokoda #828159
RGB
CMYK
RGB Variations
Color information
#828159 (or 0x828159) is known color: Kokoda. HEX triplet: 82, 81 and 59. RGB value is (130,129,89). Sum of RGB (Red+Green+Blue) = 130+129+89=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 130 - color contains mainly: red. Hex color #828159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828159 is #7D7EA6. Grayscale: #7C7C7C. Windows color (decimal): -8224423 or 5865858. OLE color: 5865858.
HSL color Cylindrical-coordinate representation of color #828159: hue angle of 58.54º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #828159 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 129 | 89 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.49 |
| HSL | 58.54º | 0.19% | 0.43% | - |
| HSV(B) | 58.54º | 0.32% | 0.51% | - |
| XYZ | 18.86 | 21.17 | 12.54 | - |
| YUV | 124.74 | 107.83 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 129 | 89 | 0 | 0.01 | 0.32 | 0.49 | 58.54 | 0.19 | 0.43 |
| Hex | 82 | 81 | 59 | 0 | 1 | 20 | 31 | 3B | 13 | 2B |
| Octal | 202 | 201 | 131 | 0 | 1 | 40 | 61 | 73 | 23 | 53 |
| Binary | 10000010 | 10000001 | 1011001 | 0 | 1 | 100000 | 110001 | 111011 | 10011 | 101011 |
Color Harmonies of #828159
Complementary color
Monochromatic Colors of #828159
Black with #828159
Text Example
Text Example
White with #828159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828159; }
p { color: rgb(130,129,89); }
H1.HeaderClassName
{
color: #828159;
}
.AnyTagClassName
{
color: #828159;
}
</style>
background-color css
<style>
a { background-color: #828159; }
a { background-color: rgb(130,129,89); }
div.DivClassName
{
background-color: #828159;
}
.BgClassName
{
background-color: #828159;
}
</style>
border-color css
<style>
span { border-color: #828159; }
span { border-color: rgb(130,129,89); }
td.TdClassName
{
border-color: #828159;
}
.TagClassName
{
border-color: #828159;
}
</style>