Shades of Kokoda #85854E
Tints of Kokoda #85854E
RGB
CMYK
RGB Variations
Color information
#85854E (or 0x85854E) is known color: Kokoda. HEX triplet: 85, 85 and 4E. RGB value is (133,133,78). Sum of RGB (Red+Green+Blue) = 133+133+78=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 133 - color contains mainly: red, green. Hex color #85854E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85854E is #7A7AB1. Grayscale: #7E7E7E. Windows color (decimal): -8026802 or 5145989. OLE color: 5145989.
HSL color Cylindrical-coordinate representation of color #85854E: hue angle of 60º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85854E is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 133 | 78 | - |
| CMYK | 0 | 0 | 0.41 | 0.48 |
| HSL | 60º | 0.26% | 0.41% | - |
| HSV(B) | 60º | 0.41% | 0.52% | - |
| XYZ | 19.44 | 22.31 | 10.49 | - |
| YUV | 126.73 | 100.5 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 133 | 78 | 0 | 0 | 0.41 | 0.48 | 60 | 0.26 | 0.41 |
| Hex | 85 | 85 | 4E | 0 | 0 | 29 | 30 | 3C | 1A | 29 |
| Octal | 205 | 205 | 116 | 0 | 0 | 51 | 60 | 74 | 32 | 51 |
| Binary | 10000101 | 10000101 | 1001110 | 0 | 0 | 101001 | 110000 | 111100 | 11010 | 101001 |
Color Harmonies of #85854E
Complementary color
Monochromatic Colors of #85854E
Black with #85854E
Text Example
Text Example
White with #85854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85854E; }
p { color: rgb(133,133,78); }
H1.HeaderClassName
{
color: #85854E;
}
.AnyTagClassName
{
color: #85854E;
}
</style>
background-color css
<style>
a { background-color: #85854E; }
a { background-color: rgb(133,133,78); }
div.DivClassName
{
background-color: #85854E;
}
.BgClassName
{
background-color: #85854E;
}
</style>
border-color css
<style>
span { border-color: #85854E; }
span { border-color: rgb(133,133,78); }
td.TdClassName
{
border-color: #85854E;
}
.TagClassName
{
border-color: #85854E;
}
</style>