Shades of Kokoda #858452
Tints of Kokoda #858452
RGB
CMYK
RGB Variations
Color information
#858452 (or 0x858452) is known color: Kokoda. HEX triplet: 85, 84 and 52. RGB value is (133,132,82). Sum of RGB (Red+Green+Blue) = 133+132+82=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #858452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858452 is #7A7BAD. Grayscale: #7E7E7E. Windows color (decimal): -8027054 or 5407877. OLE color: 5407877.
HSL color Cylindrical-coordinate representation of color #858452: hue angle of 58.82º 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 #858452 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 132 | 82 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.48 |
| HSL | 58.82º | 0.24% | 0.42% | - |
| HSV(B) | 58.82º | 0.38% | 0.52% | - |
| XYZ | 19.45 | 22.1 | 11.22 | - |
| YUV | 126.6 | 102.83 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 82 | 0 | 0.01 | 0.38 | 0.48 | 58.82 | 0.24 | 0.42 |
| Hex | 85 | 84 | 52 | 0 | 1 | 26 | 30 | 3B | 18 | 2A |
| Octal | 205 | 204 | 122 | 0 | 1 | 46 | 60 | 73 | 30 | 52 |
| Binary | 10000101 | 10000100 | 1010010 | 0 | 1 | 100110 | 110000 | 111011 | 11000 | 101010 |
Color Harmonies of #858452
Complementary color
Monochromatic Colors of #858452
Black with #858452
Text Example
Text Example
White with #858452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858452; }
p { color: rgb(133,132,82); }
H1.HeaderClassName
{
color: #858452;
}
.AnyTagClassName
{
color: #858452;
}
</style>
background-color css
<style>
a { background-color: #858452; }
a { background-color: rgb(133,132,82); }
div.DivClassName
{
background-color: #858452;
}
.BgClassName
{
background-color: #858452;
}
</style>
border-color css
<style>
span { border-color: #858452; }
span { border-color: rgb(133,132,82); }
td.TdClassName
{
border-color: #858452;
}
.TagClassName
{
border-color: #858452;
}
</style>