Shades of Kokoda #84804D
Tints of Kokoda #84804D
RGB
CMYK
RGB Variations
Color information
#84804D (or 0x84804D) is known color: Kokoda. HEX triplet: 84, 80 and 4D. RGB value is (132,128,77). Sum of RGB (Red+Green+Blue) = 132+128+77=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 132 - color contains mainly: red. Hex color #84804D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84804D is #7B7FB2. Grayscale: #7B7B7B. Windows color (decimal): -8093619 or 5079172. OLE color: 5079172.
HSL color Cylindrical-coordinate representation of color #84804D: hue angle of 55.64º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84804D is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 128 | 77 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.48 |
| HSL | 55.64º | 0.26% | 0.41% | - |
| HSV(B) | 55.64º | 0.42% | 0.52% | - |
| XYZ | 18.57 | 20.88 | 10.07 | - |
| YUV | 123.38 | 101.83 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 77 | 0 | 0.03 | 0.42 | 0.48 | 55.64 | 0.26 | 0.41 |
| Hex | 84 | 80 | 4D | 0 | 3 | 2A | 30 | 38 | 1A | 29 |
| Octal | 204 | 200 | 115 | 0 | 3 | 52 | 60 | 70 | 32 | 51 |
| Binary | 10000100 | 10000000 | 1001101 | 0 | 11 | 101010 | 110000 | 111000 | 11010 | 101001 |
Color Harmonies of #84804D
Complementary color
Monochromatic Colors of #84804D
Black with #84804D
Text Example
Text Example
White with #84804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84804D; }
p { color: rgb(132,128,77); }
H1.HeaderClassName
{
color: #84804D;
}
.AnyTagClassName
{
color: #84804D;
}
</style>
background-color css
<style>
a { background-color: #84804D; }
a { background-color: rgb(132,128,77); }
div.DivClassName
{
background-color: #84804D;
}
.BgClassName
{
background-color: #84804D;
}
</style>
border-color css
<style>
span { border-color: #84804D; }
span { border-color: rgb(132,128,77); }
td.TdClassName
{
border-color: #84804D;
}
.TagClassName
{
border-color: #84804D;
}
</style>