Shades of Kokoda #848551
Tints of Kokoda #848551
RGB
CMYK
RGB Variations
Color information
#848551 (or 0x848551) is known color: Kokoda. HEX triplet: 84, 85 and 51. RGB value is (132,133,81). Sum of RGB (Red+Green+Blue) = 132+133+81=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #848551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848551 is #7B7AAE. Grayscale: #7E7E7E. Windows color (decimal): -8092335 or 5342596. OLE color: 5342596.
HSL color Cylindrical-coordinate representation of color #848551: hue angle of 61.15º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #848551 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 133 | 81 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.48 |
| HSL | 61.15º | 0.24% | 0.42% | - |
| HSV(B) | 61.15º | 0.39% | 0.52% | - |
| XYZ | 19.39 | 22.27 | 11.06 | - |
| YUV | 126.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 133 | 81 | 0.01 | 0 | 0.39 | 0.48 | 61.15 | 0.24 | 0.42 |
| Hex | 84 | 85 | 51 | 1 | 0 | 27 | 30 | 3D | 18 | 2A |
| Octal | 204 | 205 | 121 | 1 | 0 | 47 | 60 | 75 | 30 | 52 |
| Binary | 10000100 | 10000101 | 1010001 | 1 | 0 | 100111 | 110000 | 111101 | 11000 | 101010 |
Color Harmonies of #848551
Complementary color
Monochromatic Colors of #848551
Black with #848551
Text Example
Text Example
White with #848551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848551; }
p { color: rgb(132,133,81); }
H1.HeaderClassName
{
color: #848551;
}
.AnyTagClassName
{
color: #848551;
}
</style>
background-color css
<style>
a { background-color: #848551; }
a { background-color: rgb(132,133,81); }
div.DivClassName
{
background-color: #848551;
}
.BgClassName
{
background-color: #848551;
}
</style>
border-color css
<style>
span { border-color: #848551; }
span { border-color: rgb(132,133,81); }
td.TdClassName
{
border-color: #848551;
}
.TagClassName
{
border-color: #848551;
}
</style>