Shades of Kokoda #828051
Tints of Kokoda #828051
RGB
CMYK
RGB Variations
Color information
#828051 (or 0x828051) is known color: Kokoda. HEX triplet: 82, 80 and 51. RGB value is (130,128,81). Sum of RGB (Red+Green+Blue) = 130+128+81=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #828051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828051 is #7D7FAE. Grayscale: #7B7B7B. Windows color (decimal): -8224687 or 5341314. OLE color: 5341314.
HSL color Cylindrical-coordinate representation of color #828051: hue angle of 57.55º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #828051 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 81 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.49 |
| HSL | 57.55º | 0.23% | 0.41% | - |
| HSV(B) | 57.55º | 0.38% | 0.51% | - |
| XYZ | 18.41 | 20.78 | 10.82 | - |
| YUV | 123.24 | 104.16 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 81 | 0 | 0.02 | 0.38 | 0.49 | 57.55 | 0.23 | 0.41 |
| Hex | 82 | 80 | 51 | 0 | 2 | 26 | 31 | 3A | 17 | 29 |
| Octal | 202 | 200 | 121 | 0 | 2 | 46 | 61 | 72 | 27 | 51 |
| Binary | 10000010 | 10000000 | 1010001 | 0 | 10 | 100110 | 110001 | 111010 | 10111 | 101001 |
Color Harmonies of #828051
Complementary color
Monochromatic Colors of #828051
Black with #828051
Text Example
Text Example
White with #828051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828051; }
p { color: rgb(130,128,81); }
H1.HeaderClassName
{
color: #828051;
}
.AnyTagClassName
{
color: #828051;
}
</style>
background-color css
<style>
a { background-color: #828051; }
a { background-color: rgb(130,128,81); }
div.DivClassName
{
background-color: #828051;
}
.BgClassName
{
background-color: #828051;
}
</style>
border-color css
<style>
span { border-color: #828051; }
span { border-color: rgb(130,128,81); }
td.TdClassName
{
border-color: #828051;
}
.TagClassName
{
border-color: #828051;
}
</style>