Shades of Kokoda #848159
Tints of Kokoda #848159
RGB
CMYK
RGB Variations
Color information
#848159 (or 0x848159) is known color: Kokoda. HEX triplet: 84, 81 and 59. RGB value is (132,129,89). Sum of RGB (Red+Green+Blue) = 132+129+89=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 132 - color contains mainly: red. Hex color #848159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848159 is #7B7EA6. Grayscale: #7D7D7D. Windows color (decimal): -8093351 or 5865860. OLE color: 5865860.
HSL color Cylindrical-coordinate representation of color #848159: hue angle of 55.81º 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 #848159 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 129 | 89 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.48 |
| HSL | 55.81º | 0.19% | 0.43% | - |
| HSV(B) | 55.81º | 0.33% | 0.52% | - |
| XYZ | 19.17 | 21.33 | 12.56 | - |
| YUV | 125.34 | 107.49 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 89 | 0 | 0.02 | 0.33 | 0.48 | 55.81 | 0.19 | 0.43 |
| Hex | 84 | 81 | 59 | 0 | 2 | 21 | 30 | 38 | 13 | 2B |
| Octal | 204 | 201 | 131 | 0 | 2 | 41 | 60 | 70 | 23 | 53 |
| Binary | 10000100 | 10000001 | 1011001 | 0 | 10 | 100001 | 110000 | 111000 | 10011 | 101011 |
Color Harmonies of #848159
Complementary color
Monochromatic Colors of #848159
Black with #848159
Text Example
Text Example
White with #848159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848159; }
p { color: rgb(132,129,89); }
H1.HeaderClassName
{
color: #848159;
}
.AnyTagClassName
{
color: #848159;
}
</style>
background-color css
<style>
a { background-color: #848159; }
a { background-color: rgb(132,129,89); }
div.DivClassName
{
background-color: #848159;
}
.BgClassName
{
background-color: #848159;
}
</style>
border-color css
<style>
span { border-color: #848159; }
span { border-color: rgb(132,129,89); }
td.TdClassName
{
border-color: #848159;
}
.TagClassName
{
border-color: #848159;
}
</style>