Shades of Kokoda #85824F
Tints of Kokoda #85824F
RGB
CMYK
RGB Variations
Color information
#85824F (or 0x85824F) is known color: Kokoda. HEX triplet: 85, 82 and 4F. RGB value is (133,130,79). Sum of RGB (Red+Green+Blue) = 133+130+79=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #85824F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85824F is #7A7DB0. Grayscale: #7D7D7D. Windows color (decimal): -8027569 or 5210757. OLE color: 5210757.
HSL color Cylindrical-coordinate representation of color #85824F: hue angle of 56.67º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85824F is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 130 | 79 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.48 |
| HSL | 56.67º | 0.25% | 0.42% | - |
| HSV(B) | 56.67º | 0.41% | 0.52% | - |
| XYZ | 19.07 | 21.52 | 10.55 | - |
| YUV | 125.08 | 101.99 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 79 | 0 | 0.02 | 0.41 | 0.48 | 56.67 | 0.25 | 0.42 |
| Hex | 85 | 82 | 4F | 0 | 2 | 29 | 30 | 39 | 19 | 2A |
| Octal | 205 | 202 | 117 | 0 | 2 | 51 | 60 | 71 | 31 | 52 |
| Binary | 10000101 | 10000010 | 1001111 | 0 | 10 | 101001 | 110000 | 111001 | 11001 | 101010 |
Color Harmonies of #85824F
Complementary color
Monochromatic Colors of #85824F
Black with #85824F
Text Example
Text Example
White with #85824F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85824F; }
p { color: rgb(133,130,79); }
H1.HeaderClassName
{
color: #85824F;
}
.AnyTagClassName
{
color: #85824F;
}
</style>
background-color css
<style>
a { background-color: #85824F; }
a { background-color: rgb(133,130,79); }
div.DivClassName
{
background-color: #85824F;
}
.BgClassName
{
background-color: #85824F;
}
</style>
border-color css
<style>
span { border-color: #85824F; }
span { border-color: rgb(133,130,79); }
td.TdClassName
{
border-color: #85824F;
}
.TagClassName
{
border-color: #85824F;
}
</style>