Shades of Kokoda #84805A
Tints of Kokoda #84805A
RGB
CMYK
RGB Variations
Color information
#84805A (or 0x84805A) is known color: Kokoda. HEX triplet: 84, 80 and 5A. RGB value is (132,128,90). Sum of RGB (Red+Green+Blue) = 132+128+90=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 132 - color contains mainly: red. Hex color #84805A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84805A is #7B7FA5. Grayscale: #7D7D7D. Windows color (decimal): -8093606 or 5931140. OLE color: 5931140.
HSL color Cylindrical-coordinate representation of color #84805A: hue angle of 54.29º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84805A is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 128 | 90 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.48 |
| HSL | 54.29º | 0.19% | 0.44% | - |
| HSV(B) | 54.29º | 0.32% | 0.52% | - |
| XYZ | 19.08 | 21.08 | 12.74 | - |
| YUV | 124.86 | 108.33 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 90 | 0 | 0.03 | 0.32 | 0.48 | 54.29 | 0.19 | 0.44 |
| Hex | 84 | 80 | 5A | 0 | 3 | 20 | 30 | 36 | 13 | 2C |
| Octal | 204 | 200 | 132 | 0 | 3 | 40 | 60 | 66 | 23 | 54 |
| Binary | 10000100 | 10000000 | 1011010 | 0 | 11 | 100000 | 110000 | 110110 | 10011 | 101100 |
Color Harmonies of #84805A
Complementary color
Monochromatic Colors of #84805A
Black with #84805A
Text Example
Text Example
White with #84805A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84805A; }
p { color: rgb(132,128,90); }
H1.HeaderClassName
{
color: #84805A;
}
.AnyTagClassName
{
color: #84805A;
}
</style>
background-color css
<style>
a { background-color: #84805A; }
a { background-color: rgb(132,128,90); }
div.DivClassName
{
background-color: #84805A;
}
.BgClassName
{
background-color: #84805A;
}
</style>
border-color css
<style>
span { border-color: #84805A; }
span { border-color: rgb(132,128,90); }
td.TdClassName
{
border-color: #84805A;
}
.TagClassName
{
border-color: #84805A;
}
</style>