Shades of Kokoda #80815D
Tints of Kokoda #80815D
RGB
CMYK
RGB Variations
Color information
#80815D (or 0x80815D) is known color: Kokoda. HEX triplet: 80, 81 and 5D. RGB value is (128,129,93). Sum of RGB (Red+Green+Blue) = 128+129+93=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 129 - color contains mainly: green. Hex color #80815D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80815D is #7F7EA2. Grayscale: #7C7C7C. Windows color (decimal): -8355491 or 6128000. OLE color: 6128000.
HSL color Cylindrical-coordinate representation of color #80815D: hue angle of 61.67º degrees, saturation: 0.16, 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 #80815D is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 129 | 93 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.49 |
| HSL | 61.67º | 0.16% | 0.44% | - |
| HSV(B) | 61.67º | 0.28% | 0.51% | - |
| XYZ | 18.73 | 21.08 | 13.44 | - |
| YUV | 124.6 | 110.17 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 93 | 0.01 | 0 | 0.28 | 0.49 | 61.67 | 0.16 | 0.44 |
| Hex | 80 | 81 | 5D | 1 | 0 | 1C | 31 | 3E | 10 | 2C |
| Octal | 200 | 201 | 135 | 1 | 0 | 34 | 61 | 76 | 20 | 54 |
| Binary | 10000000 | 10000001 | 1011101 | 1 | 0 | 11100 | 110001 | 111110 | 10000 | 101100 |
Color Harmonies of #80815D
Complementary color
Monochromatic Colors of #80815D
Black with #80815D
Text Example
Text Example
White with #80815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80815D; }
p { color: rgb(128,129,93); }
H1.HeaderClassName
{
color: #80815D;
}
.AnyTagClassName
{
color: #80815D;
}
</style>
background-color css
<style>
a { background-color: #80815D; }
a { background-color: rgb(128,129,93); }
div.DivClassName
{
background-color: #80815D;
}
.BgClassName
{
background-color: #80815D;
}
</style>
border-color css
<style>
span { border-color: #80815D; }
span { border-color: rgb(128,129,93); }
td.TdClassName
{
border-color: #80815D;
}
.TagClassName
{
border-color: #80815D;
}
</style>