Shades of Kokoda #82815B
Tints of Kokoda #82815B
RGB
CMYK
RGB Variations
Color information
#82815B (or 0x82815B) is known color: Kokoda. HEX triplet: 82, 81 and 5B. RGB value is (130,129,91). Sum of RGB (Red+Green+Blue) = 130+129+91=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 130 - color contains mainly: red. Hex color #82815B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82815B is #7D7EA4. Grayscale: #7D7D7D. Windows color (decimal): -8224421 or 5996930. OLE color: 5996930.
HSL color Cylindrical-coordinate representation of color #82815B: hue angle of 58.46º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82815B is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 129 | 91 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.49 |
| HSL | 58.46º | 0.18% | 0.43% | - |
| HSV(B) | 58.46º | 0.3% | 0.51% | - |
| XYZ | 18.94 | 21.2 | 12.99 | - |
| YUV | 124.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 129 | 91 | 0 | 0.01 | 0.30 | 0.49 | 58.46 | 0.18 | 0.43 |
| Hex | 82 | 81 | 5B | 0 | 1 | 1E | 31 | 3A | 12 | 2B |
| Octal | 202 | 201 | 133 | 0 | 1 | 36 | 61 | 72 | 22 | 53 |
| Binary | 10000010 | 10000001 | 1011011 | 0 | 1 | 11110 | 110001 | 111010 | 10010 | 101011 |
Color Harmonies of #82815B
Complementary color
Monochromatic Colors of #82815B
Black with #82815B
Text Example
Text Example
White with #82815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82815B; }
p { color: rgb(130,129,91); }
H1.HeaderClassName
{
color: #82815B;
}
.AnyTagClassName
{
color: #82815B;
}
</style>
background-color css
<style>
a { background-color: #82815B; }
a { background-color: rgb(130,129,91); }
div.DivClassName
{
background-color: #82815B;
}
.BgClassName
{
background-color: #82815B;
}
</style>
border-color css
<style>
span { border-color: #82815B; }
span { border-color: rgb(130,129,91); }
td.TdClassName
{
border-color: #82815B;
}
.TagClassName
{
border-color: #82815B;
}
</style>