Shades of Kokoda #828253
Tints of Kokoda #828253
RGB
CMYK
RGB Variations
Color information
#828253 (or 0x828253) is known color: Kokoda. HEX triplet: 82, 82 and 53. RGB value is (130,130,83). Sum of RGB (Red+Green+Blue) = 130+130+83=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828253 is #7D7DAC. Grayscale: #7C7C7C. Windows color (decimal): -8224173 or 5472898. OLE color: 5472898.
HSL color Cylindrical-coordinate representation of color #828253: hue angle of 60º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #828253 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 130 | 83 | - |
| CMYK | 0 | 0 | 0.36 | 0.49 |
| HSL | 60º | 0.22% | 0.42% | - |
| HSV(B) | 60º | 0.36% | 0.51% | - |
| XYZ | 18.75 | 21.34 | 11.31 | - |
| YUV | 124.64 | 104.5 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 83 | 0 | 0 | 0.36 | 0.49 | 60 | 0.22 | 0.42 |
| Hex | 82 | 82 | 53 | 0 | 0 | 24 | 31 | 3C | 16 | 2A |
| Octal | 202 | 202 | 123 | 0 | 0 | 44 | 61 | 74 | 26 | 52 |
| Binary | 10000010 | 10000010 | 1010011 | 0 | 0 | 100100 | 110001 | 111100 | 10110 | 101010 |
Color Harmonies of #828253
Complementary color
Monochromatic Colors of #828253
Black with #828253
Text Example
Text Example
White with #828253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828253; }
p { color: rgb(130,130,83); }
H1.HeaderClassName
{
color: #828253;
}
.AnyTagClassName
{
color: #828253;
}
</style>
background-color css
<style>
a { background-color: #828253; }
a { background-color: rgb(130,130,83); }
div.DivClassName
{
background-color: #828253;
}
.BgClassName
{
background-color: #828253;
}
</style>
border-color css
<style>
span { border-color: #828253; }
span { border-color: rgb(130,130,83); }
td.TdClassName
{
border-color: #828253;
}
.TagClassName
{
border-color: #828253;
}
</style>