Shades of Kokoda #858256
Tints of Kokoda #858256
RGB
CMYK
RGB Variations
Color information
#858256 (or 0x858256) is known color: Kokoda. HEX triplet: 85, 82 and 56. RGB value is (133,130,86). Sum of RGB (Red+Green+Blue) = 133+130+86=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 133 - color contains mainly: red. Hex color #858256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858256 is #7A7DA9. Grayscale: #7E7E7E. Windows color (decimal): -8027562 or 5669509. OLE color: 5669509.
HSL color Cylindrical-coordinate representation of color #858256: hue angle of 56.17º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #858256 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 130 | 86 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.48 |
| HSL | 56.17º | 0.21% | 0.43% | - |
| HSV(B) | 56.17º | 0.35% | 0.52% | - |
| XYZ | 19.34 | 21.62 | 11.96 | - |
| YUV | 125.88 | 105.49 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 86 | 0 | 0.02 | 0.35 | 0.48 | 56.17 | 0.21 | 0.43 |
| Hex | 85 | 82 | 56 | 0 | 2 | 23 | 30 | 38 | 15 | 2B |
| Octal | 205 | 202 | 126 | 0 | 2 | 43 | 60 | 70 | 25 | 53 |
| Binary | 10000101 | 10000010 | 1010110 | 0 | 10 | 100011 | 110000 | 111000 | 10101 | 101011 |
Color Harmonies of #858256
Complementary color
Monochromatic Colors of #858256
Black with #858256
Text Example
Text Example
White with #858256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858256; }
p { color: rgb(133,130,86); }
H1.HeaderClassName
{
color: #858256;
}
.AnyTagClassName
{
color: #858256;
}
</style>
background-color css
<style>
a { background-color: #858256; }
a { background-color: rgb(133,130,86); }
div.DivClassName
{
background-color: #858256;
}
.BgClassName
{
background-color: #858256;
}
</style>
border-color css
<style>
span { border-color: #858256; }
span { border-color: rgb(133,130,86); }
td.TdClassName
{
border-color: #858256;
}
.TagClassName
{
border-color: #858256;
}
</style>