Shades of Kokoda #848553
Tints of Kokoda #848553
RGB
CMYK
RGB Variations
Color information
#848553 (or 0x848553) is known color: Kokoda. HEX triplet: 84, 85 and 53. RGB value is (132,133,83). Sum of RGB (Red+Green+Blue) = 132+133+83=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 133 - color contains mainly: green. Hex color #848553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848553 is #7B7AAC. Grayscale: #7F7F7F. Windows color (decimal): -8092333 or 5473668. OLE color: 5473668.
HSL color Cylindrical-coordinate representation of color #848553: hue angle of 61.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #848553 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 133 | 83 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.48 |
| HSL | 61.2º | 0.23% | 0.42% | - |
| HSV(B) | 61.2º | 0.38% | 0.52% | - |
| XYZ | 19.46 | 22.31 | 11.46 | - |
| YUV | 127 | 103.17 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 133 | 83 | 0.01 | 0 | 0.38 | 0.48 | 61.2 | 0.23 | 0.42 |
| Hex | 84 | 85 | 53 | 1 | 0 | 26 | 30 | 3D | 17 | 2A |
| Octal | 204 | 205 | 123 | 1 | 0 | 46 | 60 | 75 | 27 | 52 |
| Binary | 10000100 | 10000101 | 1010011 | 1 | 0 | 100110 | 110000 | 111101 | 10111 | 101010 |
Color Harmonies of #848553
Complementary color
Monochromatic Colors of #848553
Black with #848553
Text Example
Text Example
White with #848553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848553; }
p { color: rgb(132,133,83); }
H1.HeaderClassName
{
color: #848553;
}
.AnyTagClassName
{
color: #848553;
}
</style>
background-color css
<style>
a { background-color: #848553; }
a { background-color: rgb(132,133,83); }
div.DivClassName
{
background-color: #848553;
}
.BgClassName
{
background-color: #848553;
}
</style>
border-color css
<style>
span { border-color: #848553; }
span { border-color: rgb(132,133,83); }
td.TdClassName
{
border-color: #848553;
}
.TagClassName
{
border-color: #848553;
}
</style>