Shades of Kokoda #84824E
Tints of Kokoda #84824E
RGB
CMYK
RGB Variations
Color information
#84824E (or 0x84824E) is known color: Kokoda. HEX triplet: 84, 82 and 4E. RGB value is (132,130,78). Sum of RGB (Red+Green+Blue) = 132+130+78=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 132 - color contains mainly: red. Hex color #84824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84824E is #7B7DB1. Grayscale: #7C7C7C. Windows color (decimal): -8093106 or 5145220. OLE color: 5145220.
HSL color Cylindrical-coordinate representation of color #84824E: hue angle of 57.78º 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 #84824E is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 130 | 78 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.48 |
| HSL | 57.78º | 0.26% | 0.41% | - |
| HSV(B) | 57.78º | 0.41% | 0.52% | - |
| XYZ | 18.87 | 21.42 | 10.35 | - |
| YUV | 124.67 | 101.66 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 78 | 0 | 0.02 | 0.41 | 0.48 | 57.78 | 0.26 | 0.41 |
| Hex | 84 | 82 | 4E | 0 | 2 | 29 | 30 | 3A | 1A | 29 |
| Octal | 204 | 202 | 116 | 0 | 2 | 51 | 60 | 72 | 32 | 51 |
| Binary | 10000100 | 10000010 | 1001110 | 0 | 10 | 101001 | 110000 | 111010 | 11010 | 101001 |
Color Harmonies of #84824E
Complementary color
Monochromatic Colors of #84824E
Black with #84824E
Text Example
Text Example
White with #84824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84824E; }
p { color: rgb(132,130,78); }
H1.HeaderClassName
{
color: #84824E;
}
.AnyTagClassName
{
color: #84824E;
}
</style>
background-color css
<style>
a { background-color: #84824E; }
a { background-color: rgb(132,130,78); }
div.DivClassName
{
background-color: #84824E;
}
.BgClassName
{
background-color: #84824E;
}
</style>
border-color css
<style>
span { border-color: #84824E; }
span { border-color: rgb(132,130,78); }
td.TdClassName
{
border-color: #84824E;
}
.TagClassName
{
border-color: #84824E;
}
</style>