Shades of Kokoda #84804E
Tints of Kokoda #84804E
RGB
CMYK
RGB Variations
Color information
#84804E (or 0x84804E) is known color: Kokoda. HEX triplet: 84, 80 and 4E. RGB value is (132,128,78). Sum of RGB (Red+Green+Blue) = 132+128+78=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #84804E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84804E is #7B7FB1. Grayscale: #7B7B7B. Windows color (decimal): -8093618 or 5144708. OLE color: 5144708.
HSL color Cylindrical-coordinate representation of color #84804E: hue angle of 55.56º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84804E is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 128 | 78 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.48 |
| HSL | 55.56º | 0.26% | 0.41% | - |
| HSV(B) | 55.56º | 0.41% | 0.52% | - |
| XYZ | 18.61 | 20.89 | 10.26 | - |
| YUV | 123.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 78 | 0 | 0.03 | 0.41 | 0.48 | 55.56 | 0.26 | 0.41 |
| Hex | 84 | 80 | 4E | 0 | 3 | 29 | 30 | 38 | 1A | 29 |
| Octal | 204 | 200 | 116 | 0 | 3 | 51 | 60 | 70 | 32 | 51 |
| Binary | 10000100 | 10000000 | 1001110 | 0 | 11 | 101001 | 110000 | 111000 | 11010 | 101001 |
Color Harmonies of #84804E
Complementary color
Monochromatic Colors of #84804E
Black with #84804E
Text Example
Text Example
White with #84804E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84804E; }
p { color: rgb(132,128,78); }
H1.HeaderClassName
{
color: #84804E;
}
.AnyTagClassName
{
color: #84804E;
}
</style>
background-color css
<style>
a { background-color: #84804E; }
a { background-color: rgb(132,128,78); }
div.DivClassName
{
background-color: #84804E;
}
.BgClassName
{
background-color: #84804E;
}
</style>
border-color css
<style>
span { border-color: #84804E; }
span { border-color: rgb(132,128,78); }
td.TdClassName
{
border-color: #84804E;
}
.TagClassName
{
border-color: #84804E;
}
</style>