Shades of Kokoda #82805C
Tints of Kokoda #82805C
RGB
CMYK
RGB Variations
Color information
#82805C (or 0x82805C) is known color: Kokoda. HEX triplet: 82, 80 and 5C. RGB value is (130,128,92). Sum of RGB (Red+Green+Blue) = 130+128+92=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 130 - color contains mainly: red. Hex color #82805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82805C is #7D7FA3. Grayscale: #7C7C7C. Windows color (decimal): -8224676 or 6062210. OLE color: 6062210.
HSL color Cylindrical-coordinate representation of color #82805C: hue angle of 56.84º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82805C is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 92 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.49 |
| HSL | 56.84º | 0.17% | 0.44% | - |
| HSV(B) | 56.84º | 0.29% | 0.51% | - |
| XYZ | 18.86 | 20.96 | 13.18 | - |
| YUV | 124.49 | 109.66 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 92 | 0 | 0.02 | 0.29 | 0.49 | 56.84 | 0.17 | 0.44 |
| Hex | 82 | 80 | 5C | 0 | 2 | 1D | 31 | 39 | 11 | 2C |
| Octal | 202 | 200 | 134 | 0 | 2 | 35 | 61 | 71 | 21 | 54 |
| Binary | 10000010 | 10000000 | 1011100 | 0 | 10 | 11101 | 110001 | 111001 | 10001 | 101100 |
Color Harmonies of #82805C
Complementary color
Monochromatic Colors of #82805C
Black with #82805C
Text Example
Text Example
White with #82805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82805C; }
p { color: rgb(130,128,92); }
H1.HeaderClassName
{
color: #82805C;
}
.AnyTagClassName
{
color: #82805C;
}
</style>
background-color css
<style>
a { background-color: #82805C; }
a { background-color: rgb(130,128,92); }
div.DivClassName
{
background-color: #82805C;
}
.BgClassName
{
background-color: #82805C;
}
</style>
border-color css
<style>
span { border-color: #82805C; }
span { border-color: rgb(130,128,92); }
td.TdClassName
{
border-color: #82805C;
}
.TagClassName
{
border-color: #82805C;
}
</style>