Shades of Kokoda #828254
Tints of Kokoda #828254
RGB
CMYK
RGB Variations
Color information
#828254 (or 0x828254) is known color: Kokoda. HEX triplet: 82, 82 and 54. RGB value is (130,130,84). Sum of RGB (Red+Green+Blue) = 130+130+84=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828254 is #7D7DAB. Grayscale: #7C7C7C. Windows color (decimal): -8224172 or 5538434. OLE color: 5538434.
HSL color Cylindrical-coordinate representation of color #828254: hue angle of 60º 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 #828254 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 130 | 84 | - |
| CMYK | 0 | 0 | 0.35 | 0.49 |
| HSL | 60º | 0.21% | 0.42% | - |
| HSV(B) | 60º | 0.35% | 0.51% | - |
| XYZ | 18.79 | 21.35 | 11.52 | - |
| YUV | 124.76 | 105 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 84 | 0 | 0 | 0.35 | 0.49 | 60 | 0.21 | 0.42 |
| Hex | 82 | 82 | 54 | 0 | 0 | 23 | 31 | 3C | 15 | 2A |
| Octal | 202 | 202 | 124 | 0 | 0 | 43 | 61 | 74 | 25 | 52 |
| Binary | 10000010 | 10000010 | 1010100 | 0 | 0 | 100011 | 110001 | 111100 | 10101 | 101010 |
Color Harmonies of #828254
Complementary color
Monochromatic Colors of #828254
Black with #828254
Text Example
Text Example
White with #828254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828254; }
p { color: rgb(130,130,84); }
H1.HeaderClassName
{
color: #828254;
}
.AnyTagClassName
{
color: #828254;
}
</style>
background-color css
<style>
a { background-color: #828254; }
a { background-color: rgb(130,130,84); }
div.DivClassName
{
background-color: #828254;
}
.BgClassName
{
background-color: #828254;
}
</style>
border-color css
<style>
span { border-color: #828254; }
span { border-color: rgb(130,130,84); }
td.TdClassName
{
border-color: #828254;
}
.TagClassName
{
border-color: #828254;
}
</style>