Shades of Kokoda #847F50
Tints of Kokoda #847F50
RGB
CMYK
RGB Variations
Color information
#847F50 (or 0x847F50) is known color: Kokoda. HEX triplet: 84, 7F and 50. RGB value is (132,127,80). Sum of RGB (Red+Green+Blue) = 132+127+80=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 132 - color contains mainly: red. Hex color #847F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847F50 is #7B80AF. Grayscale: #7B7B7B. Windows color (decimal): -8093872 or 5275524. OLE color: 5275524.
HSL color Cylindrical-coordinate representation of color #847F50: hue angle of 54.23º degrees, saturation: 0.25, 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 #847F50 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 127 | 80 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.48 |
| HSL | 54.23º | 0.25% | 0.42% | - |
| HSV(B) | 54.23º | 0.39% | 0.52% | - |
| XYZ | 18.55 | 20.66 | 10.6 | - |
| YUV | 123.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 127 | 80 | 0 | 0.04 | 0.39 | 0.48 | 54.23 | 0.25 | 0.42 |
| Hex | 84 | 7F | 50 | 0 | 4 | 27 | 30 | 36 | 19 | 2A |
| Octal | 204 | 177 | 120 | 0 | 4 | 47 | 60 | 66 | 31 | 52 |
| Binary | 10000100 | 1111111 | 1010000 | 0 | 100 | 100111 | 110000 | 110110 | 11001 | 101010 |
Color Harmonies of #847F50
Complementary color
Monochromatic Colors of #847F50
Black with #847F50
Text Example
Text Example
White with #847F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847F50; }
p { color: rgb(132,127,80); }
H1.HeaderClassName
{
color: #847F50;
}
.AnyTagClassName
{
color: #847F50;
}
</style>
background-color css
<style>
a { background-color: #847F50; }
a { background-color: rgb(132,127,80); }
div.DivClassName
{
background-color: #847F50;
}
.BgClassName
{
background-color: #847F50;
}
</style>
border-color css
<style>
span { border-color: #847F50; }
span { border-color: rgb(132,127,80); }
td.TdClassName
{
border-color: #847F50;
}
.TagClassName
{
border-color: #847F50;
}
</style>