Shades of Kokoda #84834E
Tints of Kokoda #84834E
RGB
CMYK
RGB Variations
Color information
#84834E (or 0x84834E) is known color: Kokoda. HEX triplet: 84, 83 and 4E. RGB value is (132,131,78). Sum of RGB (Red+Green+Blue) = 132+131+78=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 132 - color contains mainly: red. Hex color #84834E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84834E is #7B7CB1. Grayscale: #7D7D7D. Windows color (decimal): -8092850 or 5145476. OLE color: 5145476.
HSL color Cylindrical-coordinate representation of color #84834E: hue angle of 58.89º 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 #84834E is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 131 | 78 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.48 |
| HSL | 58.89º | 0.26% | 0.41% | - |
| HSV(B) | 58.89º | 0.41% | 0.52% | - |
| XYZ | 19.01 | 21.69 | 10.39 | - |
| YUV | 125.26 | 101.33 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 78 | 0 | 0.01 | 0.41 | 0.48 | 58.89 | 0.26 | 0.41 |
| Hex | 84 | 83 | 4E | 0 | 1 | 29 | 30 | 3B | 1A | 29 |
| Octal | 204 | 203 | 116 | 0 | 1 | 51 | 60 | 73 | 32 | 51 |
| Binary | 10000100 | 10000011 | 1001110 | 0 | 1 | 101001 | 110000 | 111011 | 11010 | 101001 |
Color Harmonies of #84834E
Complementary color
Monochromatic Colors of #84834E
Black with #84834E
Text Example
Text Example
White with #84834E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84834E; }
p { color: rgb(132,131,78); }
H1.HeaderClassName
{
color: #84834E;
}
.AnyTagClassName
{
color: #84834E;
}
</style>
background-color css
<style>
a { background-color: #84834E; }
a { background-color: rgb(132,131,78); }
div.DivClassName
{
background-color: #84834E;
}
.BgClassName
{
background-color: #84834E;
}
</style>
border-color css
<style>
span { border-color: #84834E; }
span { border-color: rgb(132,131,78); }
td.TdClassName
{
border-color: #84834E;
}
.TagClassName
{
border-color: #84834E;
}
</style>