Shades of Kokoda #80814C
Tints of Kokoda #80814C
RGB
CMYK
RGB Variations
Color information
#80814C (or 0x80814C) is known color: Kokoda. HEX triplet: 80, 81 and 4C. RGB value is (128,129,76). Sum of RGB (Red+Green+Blue) = 128+129+76=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 129 - color contains mainly: green. Hex color #80814C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80814C is #7F7EB3. Grayscale: #7A7A7A. Windows color (decimal): -8355508 or 5013888. OLE color: 5013888.
HSL color Cylindrical-coordinate representation of color #80814C: hue angle of 61.13º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80814C is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 129 | 76 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.49 |
| HSL | 61.13º | 0.26% | 0.4% | - |
| HSV(B) | 61.13º | 0.41% | 0.51% | - |
| XYZ | 18.06 | 20.81 | 9.9 | - |
| YUV | 122.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 76 | 0.01 | 0 | 0.41 | 0.49 | 61.13 | 0.26 | 0.4 |
| Hex | 80 | 81 | 4C | 1 | 0 | 29 | 31 | 3D | 1A | 28 |
| Octal | 200 | 201 | 114 | 1 | 0 | 51 | 61 | 75 | 32 | 50 |
| Binary | 10000000 | 10000001 | 1001100 | 1 | 0 | 101001 | 110001 | 111101 | 11010 | 101000 |
Color Harmonies of #80814C
Complementary color
Monochromatic Colors of #80814C
Black with #80814C
Text Example
Text Example
White with #80814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80814C; }
p { color: rgb(128,129,76); }
H1.HeaderClassName
{
color: #80814C;
}
.AnyTagClassName
{
color: #80814C;
}
</style>
background-color css
<style>
a { background-color: #80814C; }
a { background-color: rgb(128,129,76); }
div.DivClassName
{
background-color: #80814C;
}
.BgClassName
{
background-color: #80814C;
}
</style>
border-color css
<style>
span { border-color: #80814C; }
span { border-color: rgb(128,129,76); }
td.TdClassName
{
border-color: #80814C;
}
.TagClassName
{
border-color: #80814C;
}
</style>