Shades of Kokoda #848252
Tints of Kokoda #848252
RGB
CMYK
RGB Variations
Color information
#848252 (or 0x848252) is known color: Kokoda. HEX triplet: 84, 82 and 52. RGB value is (132,130,82). Sum of RGB (Red+Green+Blue) = 132+130+82=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #848252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848252 is #7B7DAD. Grayscale: #7D7D7D. Windows color (decimal): -8093102 or 5407364. OLE color: 5407364.
HSL color Cylindrical-coordinate representation of color #848252: 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 #848252 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 130 | 82 | - |
| 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.02 | 21.48 | 11.13 | - |
| YUV | 125.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 82 | 0 | 0.02 | 0.38 | 0.48 | 57.6 | 0.23 | 0.42 |
| Hex | 84 | 82 | 52 | 0 | 2 | 26 | 30 | 3A | 17 | 2A |
| Octal | 204 | 202 | 122 | 0 | 2 | 46 | 60 | 72 | 27 | 52 |
| Binary | 10000100 | 10000010 | 1010010 | 0 | 10 | 100110 | 110000 | 111010 | 10111 | 101010 |
Color Harmonies of #848252
Complementary color
Monochromatic Colors of #848252
Black with #848252
Text Example
Text Example
White with #848252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848252; }
p { color: rgb(132,130,82); }
H1.HeaderClassName
{
color: #848252;
}
.AnyTagClassName
{
color: #848252;
}
</style>
background-color css
<style>
a { background-color: #848252; }
a { background-color: rgb(132,130,82); }
div.DivClassName
{
background-color: #848252;
}
.BgClassName
{
background-color: #848252;
}
</style>
border-color css
<style>
span { border-color: #848252; }
span { border-color: rgb(132,130,82); }
td.TdClassName
{
border-color: #848252;
}
.TagClassName
{
border-color: #848252;
}
</style>