Shades of Kokoda #848059
Tints of Kokoda #848059
RGB
CMYK
RGB Variations
Color information
#848059 (or 0x848059) is known color: Kokoda. HEX triplet: 84, 80 and 59. RGB value is (132,128,89). Sum of RGB (Red+Green+Blue) = 132+128+89=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #848059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848059 is #7B7FA6. Grayscale: #7C7C7C. Windows color (decimal): -8093607 or 5865604. OLE color: 5865604.
HSL color Cylindrical-coordinate representation of color #848059: hue angle of 54.42º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #848059 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 128 | 89 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.48 |
| HSL | 54.42º | 0.19% | 0.43% | - |
| HSV(B) | 54.42º | 0.33% | 0.52% | - |
| XYZ | 19.04 | 21.07 | 12.51 | - |
| YUV | 124.75 | 107.83 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 89 | 0 | 0.03 | 0.33 | 0.48 | 54.42 | 0.19 | 0.43 |
| Hex | 84 | 80 | 59 | 0 | 3 | 21 | 30 | 36 | 13 | 2B |
| Octal | 204 | 200 | 131 | 0 | 3 | 41 | 60 | 66 | 23 | 53 |
| Binary | 10000100 | 10000000 | 1011001 | 0 | 11 | 100001 | 110000 | 110110 | 10011 | 101011 |
Color Harmonies of #848059
Complementary color
Monochromatic Colors of #848059
Black with #848059
Text Example
Text Example
White with #848059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848059; }
p { color: rgb(132,128,89); }
H1.HeaderClassName
{
color: #848059;
}
.AnyTagClassName
{
color: #848059;
}
</style>
background-color css
<style>
a { background-color: #848059; }
a { background-color: rgb(132,128,89); }
div.DivClassName
{
background-color: #848059;
}
.BgClassName
{
background-color: #848059;
}
</style>
border-color css
<style>
span { border-color: #848059; }
span { border-color: rgb(132,128,89); }
td.TdClassName
{
border-color: #848059;
}
.TagClassName
{
border-color: #848059;
}
</style>