Shades of Kokoda #828158
Tints of Kokoda #828158
RGB
CMYK
RGB Variations
Color information
#828158 (or 0x828158) is known color: Kokoda. HEX triplet: 82, 81 and 58. RGB value is (130,129,88). Sum of RGB (Red+Green+Blue) = 130+129+88=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #828158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828158 is #7D7EA7. Grayscale: #7C7C7C. Windows color (decimal): -8224424 or 5800322. OLE color: 5800322.
HSL color Cylindrical-coordinate representation of color #828158: hue angle of 58.57º 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 #828158 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 129 | 88 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.49 |
| HSL | 58.57º | 0.19% | 0.43% | - |
| HSV(B) | 58.57º | 0.32% | 0.51% | - |
| XYZ | 18.82 | 21.15 | 12.32 | - |
| YUV | 124.63 | 107.33 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 129 | 88 | 0 | 0.01 | 0.32 | 0.49 | 58.57 | 0.19 | 0.43 |
| Hex | 82 | 81 | 58 | 0 | 1 | 20 | 31 | 3B | 13 | 2B |
| Octal | 202 | 201 | 130 | 0 | 1 | 40 | 61 | 73 | 23 | 53 |
| Binary | 10000010 | 10000001 | 1011000 | 0 | 1 | 100000 | 110001 | 111011 | 10011 | 101011 |
Color Harmonies of #828158
Complementary color
Monochromatic Colors of #828158
Black with #828158
Text Example
Text Example
White with #828158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828158; }
p { color: rgb(130,129,88); }
H1.HeaderClassName
{
color: #828158;
}
.AnyTagClassName
{
color: #828158;
}
</style>
background-color css
<style>
a { background-color: #828158; }
a { background-color: rgb(130,129,88); }
div.DivClassName
{
background-color: #828158;
}
.BgClassName
{
background-color: #828158;
}
</style>
border-color css
<style>
span { border-color: #828158; }
span { border-color: rgb(130,129,88); }
td.TdClassName
{
border-color: #828158;
}
.TagClassName
{
border-color: #828158;
}
</style>