Shades of Kokoda #84854F
Tints of Kokoda #84854F
RGB
CMYK
RGB Variations
Color information
#84854F (or 0x84854F) is known color: Kokoda. HEX triplet: 84, 85 and 4F. RGB value is (132,133,79). Sum of RGB (Red+Green+Blue) = 132+133+79=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #84854F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84854F is #7B7AB0. Grayscale: #7E7E7E. Windows color (decimal): -8092337 or 5211524. OLE color: 5211524.
HSL color Cylindrical-coordinate representation of color #84854F: hue angle of 61.11º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84854F is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 133 | 79 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.48 |
| HSL | 61.11º | 0.25% | 0.42% | - |
| HSV(B) | 61.11º | 0.41% | 0.52% | - |
| XYZ | 19.31 | 22.25 | 10.67 | - |
| YUV | 126.55 | 101.17 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 133 | 79 | 0.01 | 0 | 0.41 | 0.48 | 61.11 | 0.25 | 0.42 |
| Hex | 84 | 85 | 4F | 1 | 0 | 29 | 30 | 3D | 19 | 2A |
| Octal | 204 | 205 | 117 | 1 | 0 | 51 | 60 | 75 | 31 | 52 |
| Binary | 10000100 | 10000101 | 1001111 | 1 | 0 | 101001 | 110000 | 111101 | 11001 | 101010 |
Color Harmonies of #84854F
Complementary color
Monochromatic Colors of #84854F
Black with #84854F
Text Example
Text Example
White with #84854F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84854F; }
p { color: rgb(132,133,79); }
H1.HeaderClassName
{
color: #84854F;
}
.AnyTagClassName
{
color: #84854F;
}
</style>
background-color css
<style>
a { background-color: #84854F; }
a { background-color: rgb(132,133,79); }
div.DivClassName
{
background-color: #84854F;
}
.BgClassName
{
background-color: #84854F;
}
</style>
border-color css
<style>
span { border-color: #84854F; }
span { border-color: rgb(132,133,79); }
td.TdClassName
{
border-color: #84854F;
}
.TagClassName
{
border-color: #84854F;
}
</style>