Shades of Kokoda #85844C
Tints of Kokoda #85844C
RGB
CMYK
RGB Variations
Color information
#85844C (or 0x85844C) is known color: Kokoda. HEX triplet: 85, 84 and 4C. RGB value is (133,132,76). Sum of RGB (Red+Green+Blue) = 133+132+76=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #85844C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85844C is #7A7BB3. Grayscale: #7E7E7E. Windows color (decimal): -8027060 or 5014661. OLE color: 5014661.
HSL color Cylindrical-coordinate representation of color #85844C: hue angle of 58.95º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85844C is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 132 | 76 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.48 |
| HSL | 58.95º | 0.27% | 0.41% | - |
| HSV(B) | 58.95º | 0.43% | 0.52% | - |
| XYZ | 19.23 | 22.01 | 10.07 | - |
| YUV | 125.92 | 99.83 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 76 | 0 | 0.01 | 0.43 | 0.48 | 58.95 | 0.27 | 0.41 |
| Hex | 85 | 84 | 4C | 0 | 1 | 2B | 30 | 3B | 1B | 29 |
| Octal | 205 | 204 | 114 | 0 | 1 | 53 | 60 | 73 | 33 | 51 |
| Binary | 10000101 | 10000100 | 1001100 | 0 | 1 | 101011 | 110000 | 111011 | 11011 | 101001 |
Color Harmonies of #85844C
Complementary color
Monochromatic Colors of #85844C
Black with #85844C
Text Example
Text Example
White with #85844C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85844C; }
p { color: rgb(133,132,76); }
H1.HeaderClassName
{
color: #85844C;
}
.AnyTagClassName
{
color: #85844C;
}
</style>
background-color css
<style>
a { background-color: #85844C; }
a { background-color: rgb(133,132,76); }
div.DivClassName
{
background-color: #85844C;
}
.BgClassName
{
background-color: #85844C;
}
</style>
border-color css
<style>
span { border-color: #85844C; }
span { border-color: rgb(133,132,76); }
td.TdClassName
{
border-color: #85844C;
}
.TagClassName
{
border-color: #85844C;
}
</style>