Shades of Kokoda #828054
Tints of Kokoda #828054
RGB
CMYK
RGB Variations
Color information
#828054 (or 0x828054) is known color: Kokoda. HEX triplet: 82, 80 and 54. RGB value is (130,128,84). Sum of RGB (Red+Green+Blue) = 130+128+84=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #828054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828054 is #7D7FAB. Grayscale: #7B7B7B. Windows color (decimal): -8224684 or 5537922. OLE color: 5537922.
HSL color Cylindrical-coordinate representation of color #828054: hue angle of 57.39º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #828054 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 84 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.49 |
| HSL | 57.39º | 0.21% | 0.42% | - |
| HSV(B) | 57.39º | 0.35% | 0.51% | - |
| XYZ | 18.53 | 20.82 | 11.43 | - |
| YUV | 123.58 | 105.66 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 84 | 0 | 0.02 | 0.35 | 0.49 | 57.39 | 0.21 | 0.42 |
| Hex | 82 | 80 | 54 | 0 | 2 | 23 | 31 | 39 | 15 | 2A |
| Octal | 202 | 200 | 124 | 0 | 2 | 43 | 61 | 71 | 25 | 52 |
| Binary | 10000010 | 10000000 | 1010100 | 0 | 10 | 100011 | 110001 | 111001 | 10101 | 101010 |
Color Harmonies of #828054
Complementary color
Monochromatic Colors of #828054
Black with #828054
Text Example
Text Example
White with #828054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828054; }
p { color: rgb(130,128,84); }
H1.HeaderClassName
{
color: #828054;
}
.AnyTagClassName
{
color: #828054;
}
</style>
background-color css
<style>
a { background-color: #828054; }
a { background-color: rgb(130,128,84); }
div.DivClassName
{
background-color: #828054;
}
.BgClassName
{
background-color: #828054;
}
</style>
border-color css
<style>
span { border-color: #828054; }
span { border-color: rgb(130,128,84); }
td.TdClassName
{
border-color: #828054;
}
.TagClassName
{
border-color: #828054;
}
</style>