Shades of Kokoda #848051
Tints of Kokoda #848051
RGB
CMYK
RGB Variations
Color information
#848051 (or 0x848051) is known color: Kokoda. HEX triplet: 84, 80 and 51. RGB value is (132,128,81). Sum of RGB (Red+Green+Blue) = 132+128+81=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 132 - color contains mainly: red. Hex color #848051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848051 is #7B7FAE. Grayscale: #7C7C7C. Windows color (decimal): -8093615 or 5341316. OLE color: 5341316.
HSL color Cylindrical-coordinate representation of color #848051: hue angle of 55.29º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #848051 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 128 | 81 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.48 |
| HSL | 55.29º | 0.24% | 0.42% | - |
| HSV(B) | 55.29º | 0.39% | 0.52% | - |
| XYZ | 18.72 | 20.94 | 10.84 | - |
| YUV | 123.84 | 103.83 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 81 | 0 | 0.03 | 0.39 | 0.48 | 55.29 | 0.24 | 0.42 |
| Hex | 84 | 80 | 51 | 0 | 3 | 27 | 30 | 37 | 18 | 2A |
| Octal | 204 | 200 | 121 | 0 | 3 | 47 | 60 | 67 | 30 | 52 |
| Binary | 10000100 | 10000000 | 1010001 | 0 | 11 | 100111 | 110000 | 110111 | 11000 | 101010 |
Color Harmonies of #848051
Complementary color
Monochromatic Colors of #848051
Black with #848051
Text Example
Text Example
White with #848051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848051; }
p { color: rgb(132,128,81); }
H1.HeaderClassName
{
color: #848051;
}
.AnyTagClassName
{
color: #848051;
}
</style>
background-color css
<style>
a { background-color: #848051; }
a { background-color: rgb(132,128,81); }
div.DivClassName
{
background-color: #848051;
}
.BgClassName
{
background-color: #848051;
}
</style>
border-color css
<style>
span { border-color: #848051; }
span { border-color: rgb(132,128,81); }
td.TdClassName
{
border-color: #848051;
}
.TagClassName
{
border-color: #848051;
}
</style>