Shades of Kokoda #85834E
Tints of Kokoda #85834E
RGB
CMYK
RGB Variations
Color information
#85834E (or 0x85834E) is known color: Kokoda. HEX triplet: 85, 83 and 4E. RGB value is (133,131,78). Sum of RGB (Red+Green+Blue) = 133+131+78=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #85834E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85834E is #7A7CB1. Grayscale: #7D7D7D. Windows color (decimal): -8027314 or 5145477. OLE color: 5145477.
HSL color Cylindrical-coordinate representation of color #85834E: hue angle of 57.82º 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 #85834E is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 131 | 78 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.48 |
| HSL | 57.82º | 0.26% | 0.41% | - |
| HSV(B) | 57.82º | 0.41% | 0.52% | - |
| XYZ | 19.16 | 21.77 | 10.4 | - |
| YUV | 125.56 | 101.16 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 131 | 78 | 0 | 0.02 | 0.41 | 0.48 | 57.82 | 0.26 | 0.41 |
| Hex | 85 | 83 | 4E | 0 | 2 | 29 | 30 | 3A | 1A | 29 |
| Octal | 205 | 203 | 116 | 0 | 2 | 51 | 60 | 72 | 32 | 51 |
| Binary | 10000101 | 10000011 | 1001110 | 0 | 10 | 101001 | 110000 | 111010 | 11010 | 101001 |
Color Harmonies of #85834E
Complementary color
Monochromatic Colors of #85834E
Black with #85834E
Text Example
Text Example
White with #85834E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85834E; }
p { color: rgb(133,131,78); }
H1.HeaderClassName
{
color: #85834E;
}
.AnyTagClassName
{
color: #85834E;
}
</style>
background-color css
<style>
a { background-color: #85834E; }
a { background-color: rgb(133,131,78); }
div.DivClassName
{
background-color: #85834E;
}
.BgClassName
{
background-color: #85834E;
}
</style>
border-color css
<style>
span { border-color: #85834E; }
span { border-color: rgb(133,131,78); }
td.TdClassName
{
border-color: #85834E;
}
.TagClassName
{
border-color: #85834E;
}
</style>