Shades of Kokoda #85844D
Tints of Kokoda #85844D
RGB
CMYK
RGB Variations
Color information
#85844D (or 0x85844D) is known color: Kokoda. HEX triplet: 85, 84 and 4D. RGB value is (133,132,77). Sum of RGB (Red+Green+Blue) = 133+132+77=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #85844D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85844D is #7A7BB2. Grayscale: #7E7E7E. Windows color (decimal): -8027059 or 5080197. OLE color: 5080197.
HSL color Cylindrical-coordinate representation of color #85844D: hue angle of 58.93º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85844D is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 132 | 77 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.48 |
| HSL | 58.93º | 0.27% | 0.41% | - |
| HSV(B) | 58.93º | 0.42% | 0.52% | - |
| XYZ | 19.26 | 22.02 | 10.26 | - |
| YUV | 126.03 | 100.33 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 77 | 0 | 0.01 | 0.42 | 0.48 | 58.93 | 0.27 | 0.41 |
| Hex | 85 | 84 | 4D | 0 | 1 | 2A | 30 | 3B | 1B | 29 |
| Octal | 205 | 204 | 115 | 0 | 1 | 52 | 60 | 73 | 33 | 51 |
| Binary | 10000101 | 10000100 | 1001101 | 0 | 1 | 101010 | 110000 | 111011 | 11011 | 101001 |
Color Harmonies of #85844D
Complementary color
Monochromatic Colors of #85844D
Black with #85844D
Text Example
Text Example
White with #85844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85844D; }
p { color: rgb(133,132,77); }
H1.HeaderClassName
{
color: #85844D;
}
.AnyTagClassName
{
color: #85844D;
}
</style>
background-color css
<style>
a { background-color: #85844D; }
a { background-color: rgb(133,132,77); }
div.DivClassName
{
background-color: #85844D;
}
.BgClassName
{
background-color: #85844D;
}
</style>
border-color css
<style>
span { border-color: #85844D; }
span { border-color: rgb(133,132,77); }
td.TdClassName
{
border-color: #85844D;
}
.TagClassName
{
border-color: #85844D;
}
</style>