Shades of Kokoda #84804A
Tints of Kokoda #84804A
RGB
CMYK
RGB Variations
Color information
#84804A (or 0x84804A) is known color: Kokoda. HEX triplet: 84, 80 and 4A. RGB value is (132,128,74). Sum of RGB (Red+Green+Blue) = 132+128+74=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 132 - color contains mainly: red. Hex color #84804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84804A is #7B7FB5. Grayscale: #7B7B7B. Windows color (decimal): -8093622 or 4882564. OLE color: 4882564.
HSL color Cylindrical-coordinate representation of color #84804A: hue angle of 55.86º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84804A is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 128 | 74 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.48 |
| HSL | 55.86º | 0.28% | 0.4% | - |
| HSV(B) | 55.86º | 0.44% | 0.52% | - |
| XYZ | 18.47 | 20.84 | 9.53 | - |
| YUV | 123.04 | 100.33 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 74 | 0 | 0.03 | 0.44 | 0.48 | 55.86 | 0.28 | 0.4 |
| Hex | 84 | 80 | 4A | 0 | 3 | 2C | 30 | 38 | 1C | 28 |
| Octal | 204 | 200 | 112 | 0 | 3 | 54 | 60 | 70 | 34 | 50 |
| Binary | 10000100 | 10000000 | 1001010 | 0 | 11 | 101100 | 110000 | 111000 | 11100 | 101000 |
Color Harmonies of #84804A
Complementary color
Monochromatic Colors of #84804A
Black with #84804A
Text Example
Text Example
White with #84804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84804A; }
p { color: rgb(132,128,74); }
H1.HeaderClassName
{
color: #84804A;
}
.AnyTagClassName
{
color: #84804A;
}
</style>
background-color css
<style>
a { background-color: #84804A; }
a { background-color: rgb(132,128,74); }
div.DivClassName
{
background-color: #84804A;
}
.BgClassName
{
background-color: #84804A;
}
</style>
border-color css
<style>
span { border-color: #84804A; }
span { border-color: rgb(132,128,74); }
td.TdClassName
{
border-color: #84804A;
}
.TagClassName
{
border-color: #84804A;
}
</style>