Shades of Kokoda #85824B
Tints of Kokoda #85824B
RGB
CMYK
RGB Variations
Color information
#85824B (or 0x85824B) is known color: Kokoda. HEX triplet: 85, 82 and 4B. RGB value is (133,130,75). Sum of RGB (Red+Green+Blue) = 133+130+75=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #85824B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85824B is #7A7DB4. Grayscale: #7C7C7C. Windows color (decimal): -8027573 or 4948613. OLE color: 4948613.
HSL color Cylindrical-coordinate representation of color #85824B: hue angle of 56.9º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85824B is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 130 | 75 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.48 |
| HSL | 56.9º | 0.28% | 0.41% | - |
| HSV(B) | 56.9º | 0.44% | 0.52% | - |
| XYZ | 18.93 | 21.46 | 9.8 | - |
| YUV | 124.63 | 99.99 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 75 | 0 | 0.02 | 0.44 | 0.48 | 56.9 | 0.28 | 0.41 |
| Hex | 85 | 82 | 4B | 0 | 2 | 2C | 30 | 39 | 1C | 29 |
| Octal | 205 | 202 | 113 | 0 | 2 | 54 | 60 | 71 | 34 | 51 |
| Binary | 10000101 | 10000010 | 1001011 | 0 | 10 | 101100 | 110000 | 111001 | 11100 | 101001 |
Color Harmonies of #85824B
Complementary color
Monochromatic Colors of #85824B
Black with #85824B
Text Example
Text Example
White with #85824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85824B; }
p { color: rgb(133,130,75); }
H1.HeaderClassName
{
color: #85824B;
}
.AnyTagClassName
{
color: #85824B;
}
</style>
background-color css
<style>
a { background-color: #85824B; }
a { background-color: rgb(133,130,75); }
div.DivClassName
{
background-color: #85824B;
}
.BgClassName
{
background-color: #85824B;
}
</style>
border-color css
<style>
span { border-color: #85824B; }
span { border-color: rgb(133,130,75); }
td.TdClassName
{
border-color: #85824B;
}
.TagClassName
{
border-color: #85824B;
}
</style>