Shades of Kokoda #848053
Tints of Kokoda #848053
RGB
CMYK
RGB Variations
Color information
#848053 (or 0x848053) is known color: Kokoda. HEX triplet: 84, 80 and 53. RGB value is (132,128,83). Sum of RGB (Red+Green+Blue) = 132+128+83=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #848053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848053 is #7B7FAC. Grayscale: #7C7C7C. Windows color (decimal): -8093613 or 5472388. OLE color: 5472388.
HSL color Cylindrical-coordinate representation of color #848053: hue angle of 55.1º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #848053 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 128 | 83 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.48 |
| HSL | 55.1º | 0.23% | 0.42% | - |
| HSV(B) | 55.1º | 0.37% | 0.52% | - |
| XYZ | 18.8 | 20.97 | 11.24 | - |
| YUV | 124.07 | 104.83 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 83 | 0 | 0.03 | 0.37 | 0.48 | 55.1 | 0.23 | 0.42 |
| Hex | 84 | 80 | 53 | 0 | 3 | 25 | 30 | 37 | 17 | 2A |
| Octal | 204 | 200 | 123 | 0 | 3 | 45 | 60 | 67 | 27 | 52 |
| Binary | 10000100 | 10000000 | 1010011 | 0 | 11 | 100101 | 110000 | 110111 | 10111 | 101010 |
Color Harmonies of #848053
Complementary color
Monochromatic Colors of #848053
Black with #848053
Text Example
Text Example
White with #848053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848053; }
p { color: rgb(132,128,83); }
H1.HeaderClassName
{
color: #848053;
}
.AnyTagClassName
{
color: #848053;
}
</style>
background-color css
<style>
a { background-color: #848053; }
a { background-color: rgb(132,128,83); }
div.DivClassName
{
background-color: #848053;
}
.BgClassName
{
background-color: #848053;
}
</style>
border-color css
<style>
span { border-color: #848053; }
span { border-color: rgb(132,128,83); }
td.TdClassName
{
border-color: #848053;
}
.TagClassName
{
border-color: #848053;
}
</style>