Shades of Kokoda #848550
Tints of Kokoda #848550
RGB
CMYK
RGB Variations
Color information
#848550 (or 0x848550) is known color: Kokoda. HEX triplet: 84, 85 and 50. RGB value is (132,133,80). Sum of RGB (Red+Green+Blue) = 132+133+80=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #848550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848550 is #7B7AAF. Grayscale: #7E7E7E. Windows color (decimal): -8092336 or 5277060. OLE color: 5277060.
HSL color Cylindrical-coordinate representation of color #848550: hue angle of 61.13º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #848550 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 133 | 80 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.48 |
| HSL | 61.13º | 0.25% | 0.42% | - |
| HSV(B) | 61.13º | 0.4% | 0.52% | - |
| XYZ | 19.35 | 22.26 | 10.87 | - |
| YUV | 126.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 133 | 80 | 0.01 | 0 | 0.40 | 0.48 | 61.13 | 0.25 | 0.42 |
| Hex | 84 | 85 | 50 | 1 | 0 | 28 | 30 | 3D | 19 | 2A |
| Octal | 204 | 205 | 120 | 1 | 0 | 50 | 60 | 75 | 31 | 52 |
| Binary | 10000100 | 10000101 | 1010000 | 1 | 0 | 101000 | 110000 | 111101 | 11001 | 101010 |
Color Harmonies of #848550
Complementary color
Monochromatic Colors of #848550
Black with #848550
Text Example
Text Example
White with #848550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848550; }
p { color: rgb(132,133,80); }
H1.HeaderClassName
{
color: #848550;
}
.AnyTagClassName
{
color: #848550;
}
</style>
background-color css
<style>
a { background-color: #848550; }
a { background-color: rgb(132,133,80); }
div.DivClassName
{
background-color: #848550;
}
.BgClassName
{
background-color: #848550;
}
</style>
border-color css
<style>
span { border-color: #848550; }
span { border-color: rgb(132,133,80); }
td.TdClassName
{
border-color: #848550;
}
.TagClassName
{
border-color: #848550;
}
</style>