Shades of Kokoda #858552
Tints of Kokoda #858552
RGB
CMYK
RGB Variations
Color information
#858552 (or 0x858552) is known color: Kokoda. HEX triplet: 85, 85 and 52. RGB value is (133,133,82). Sum of RGB (Red+Green+Blue) = 133+133+82=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858552 is #7A7AAD. Grayscale: #7F7F7F. Windows color (decimal): -8026798 or 5408133. OLE color: 5408133.
HSL color Cylindrical-coordinate representation of color #858552: hue angle of 60º degrees, saturation: 0.24, 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 #858552 is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 133 | 82 | - |
| CMYK | 0 | 0 | 0.38 | 0.48 |
| HSL | 60º | 0.24% | 0.42% | - |
| HSV(B) | 60º | 0.38% | 0.52% | - |
| XYZ | 19.58 | 22.37 | 11.27 | - |
| YUV | 127.19 | 102.5 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 133 | 82 | 0 | 0 | 0.38 | 0.48 | 60 | 0.24 | 0.42 |
| Hex | 85 | 85 | 52 | 0 | 0 | 26 | 30 | 3C | 18 | 2A |
| Octal | 205 | 205 | 122 | 0 | 0 | 46 | 60 | 74 | 30 | 52 |
| Binary | 10000101 | 10000101 | 1010010 | 0 | 0 | 100110 | 110000 | 111100 | 11000 | 101010 |
Color Harmonies of #858552
Complementary color
Monochromatic Colors of #858552
Black with #858552
Text Example
Text Example
White with #858552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858552; }
p { color: rgb(133,133,82); }
H1.HeaderClassName
{
color: #858552;
}
.AnyTagClassName
{
color: #858552;
}
</style>
background-color css
<style>
a { background-color: #858552; }
a { background-color: rgb(133,133,82); }
div.DivClassName
{
background-color: #858552;
}
.BgClassName
{
background-color: #858552;
}
</style>
border-color css
<style>
span { border-color: #858552; }
span { border-color: rgb(133,133,82); }
td.TdClassName
{
border-color: #858552;
}
.TagClassName
{
border-color: #858552;
}
</style>