Shades of Kokoda #80815A
Tints of Kokoda #80815A
RGB
CMYK
RGB Variations
Color information
#80815A (or 0x80815A) is known color: Kokoda. HEX triplet: 80, 81 and 5A. RGB value is (128,129,90). Sum of RGB (Red+Green+Blue) = 128+129+90=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 129 - color contains mainly: green. Hex color #80815A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80815A is #7F7EA5. Grayscale: #7C7C7C. Windows color (decimal): -8355494 or 5931392. OLE color: 5931392.
HSL color Cylindrical-coordinate representation of color #80815A: hue angle of 61.54º 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 #80815A is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 129 | 90 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.49 |
| HSL | 61.54º | 0.18% | 0.43% | - |
| HSV(B) | 61.54º | 0.3% | 0.51% | - |
| XYZ | 18.6 | 21.03 | 12.75 | - |
| YUV | 124.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 90 | 0.01 | 0 | 0.30 | 0.49 | 61.54 | 0.18 | 0.43 |
| Hex | 80 | 81 | 5A | 1 | 0 | 1E | 31 | 3E | 12 | 2B |
| Octal | 200 | 201 | 132 | 1 | 0 | 36 | 61 | 76 | 22 | 53 |
| Binary | 10000000 | 10000001 | 1011010 | 1 | 0 | 11110 | 110001 | 111110 | 10010 | 101011 |
Color Harmonies of #80815A
Complementary color
Monochromatic Colors of #80815A
Black with #80815A
Text Example
Text Example
White with #80815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80815A; }
p { color: rgb(128,129,90); }
H1.HeaderClassName
{
color: #80815A;
}
.AnyTagClassName
{
color: #80815A;
}
</style>
background-color css
<style>
a { background-color: #80815A; }
a { background-color: rgb(128,129,90); }
div.DivClassName
{
background-color: #80815A;
}
.BgClassName
{
background-color: #80815A;
}
</style>
border-color css
<style>
span { border-color: #80815A; }
span { border-color: rgb(128,129,90); }
td.TdClassName
{
border-color: #80815A;
}
.TagClassName
{
border-color: #80815A;
}
</style>