Shades of Kokoda #858353
Tints of Kokoda #858353
RGB
CMYK
RGB Variations
Color information
#858353 (or 0x858353) is known color: Kokoda. HEX triplet: 85, 83 and 53. RGB value is (133,131,83). Sum of RGB (Red+Green+Blue) = 133+131+83=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #858353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858353 is #7A7CAC. Grayscale: #7E7E7E. Windows color (decimal): -8027309 or 5473157. OLE color: 5473157.
HSL color Cylindrical-coordinate representation of color #858353: hue angle of 57.6º degrees, saturation: 0.23, 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 #858353 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 131 | 83 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.48 |
| HSL | 57.6º | 0.23% | 0.42% | - |
| HSV(B) | 57.6º | 0.38% | 0.52% | - |
| XYZ | 19.35 | 21.84 | 11.38 | - |
| YUV | 126.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 131 | 83 | 0 | 0.02 | 0.38 | 0.48 | 57.6 | 0.23 | 0.42 |
| Hex | 85 | 83 | 53 | 0 | 2 | 26 | 30 | 3A | 17 | 2A |
| Octal | 205 | 203 | 123 | 0 | 2 | 46 | 60 | 72 | 27 | 52 |
| Binary | 10000101 | 10000011 | 1010011 | 0 | 10 | 100110 | 110000 | 111010 | 10111 | 101010 |
Color Harmonies of #858353
Complementary color
Monochromatic Colors of #858353
Black with #858353
Text Example
Text Example
White with #858353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858353; }
p { color: rgb(133,131,83); }
H1.HeaderClassName
{
color: #858353;
}
.AnyTagClassName
{
color: #858353;
}
</style>
background-color css
<style>
a { background-color: #858353; }
a { background-color: rgb(133,131,83); }
div.DivClassName
{
background-color: #858353;
}
.BgClassName
{
background-color: #858353;
}
</style>
border-color css
<style>
span { border-color: #858353; }
span { border-color: rgb(133,131,83); }
td.TdClassName
{
border-color: #858353;
}
.TagClassName
{
border-color: #858353;
}
</style>