Shades of Kokoda #82805D
Tints of Kokoda #82805D
RGB
CMYK
RGB Variations
Color information
#82805D (or 0x82805D) is known color: Kokoda. HEX triplet: 82, 80 and 5D. RGB value is (130,128,93). Sum of RGB (Red+Green+Blue) = 130+128+93=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 130 - color contains mainly: red. Hex color #82805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82805D is #7D7FA2. Grayscale: #7C7C7C. Windows color (decimal): -8224675 or 6127746. OLE color: 6127746.
HSL color Cylindrical-coordinate representation of color #82805D: hue angle of 56.76º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82805D is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 93 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.49 |
| HSL | 56.76º | 0.17% | 0.44% | - |
| HSV(B) | 56.76º | 0.28% | 0.51% | - |
| XYZ | 18.9 | 20.97 | 13.41 | - |
| YUV | 124.61 | 110.16 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 93 | 0 | 0.02 | 0.28 | 0.49 | 56.76 | 0.17 | 0.44 |
| Hex | 82 | 80 | 5D | 0 | 2 | 1C | 31 | 39 | 11 | 2C |
| Octal | 202 | 200 | 135 | 0 | 2 | 34 | 61 | 71 | 21 | 54 |
| Binary | 10000010 | 10000000 | 1011101 | 0 | 10 | 11100 | 110001 | 111001 | 10001 | 101100 |
Color Harmonies of #82805D
Complementary color
Monochromatic Colors of #82805D
Black with #82805D
Text Example
Text Example
White with #82805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82805D; }
p { color: rgb(130,128,93); }
H1.HeaderClassName
{
color: #82805D;
}
.AnyTagClassName
{
color: #82805D;
}
</style>
background-color css
<style>
a { background-color: #82805D; }
a { background-color: rgb(130,128,93); }
div.DivClassName
{
background-color: #82805D;
}
.BgClassName
{
background-color: #82805D;
}
</style>
border-color css
<style>
span { border-color: #82805D; }
span { border-color: rgb(130,128,93); }
td.TdClassName
{
border-color: #82805D;
}
.TagClassName
{
border-color: #82805D;
}
</style>