Shades of Kokoda #837F59
Tints of Kokoda #837F59
RGB
CMYK
RGB Variations
Color information
#837F59 (or 0x837F59) is known color: Kokoda. HEX triplet: 83, 7F and 59. RGB value is (131,127,89). Sum of RGB (Red+Green+Blue) = 131+127+89=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 131 - color contains mainly: red. Hex color #837F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F59 is #7C80A6. Grayscale: #7C7C7C. Windows color (decimal): -8159399 or 5865347. OLE color: 5865347.
HSL color Cylindrical-coordinate representation of color #837F59: hue angle of 54.29º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #837F59 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 127 | 89 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.49 |
| HSL | 54.29º | 0.19% | 0.43% | - |
| HSV(B) | 54.29º | 0.32% | 0.51% | - |
| XYZ | 18.75 | 20.73 | 12.46 | - |
| YUV | 123.86 | 108.33 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 89 | 0 | 0.03 | 0.32 | 0.49 | 54.29 | 0.19 | 0.43 |
| Hex | 83 | 7F | 59 | 0 | 3 | 20 | 31 | 36 | 13 | 2B |
| Octal | 203 | 177 | 131 | 0 | 3 | 40 | 61 | 66 | 23 | 53 |
| Binary | 10000011 | 1111111 | 1011001 | 0 | 11 | 100000 | 110001 | 110110 | 10011 | 101011 |
Color Harmonies of #837F59
Complementary color
Monochromatic Colors of #837F59
Black with #837F59
Text Example
Text Example
White with #837F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837F59; }
p { color: rgb(131,127,89); }
H1.HeaderClassName
{
color: #837F59;
}
.AnyTagClassName
{
color: #837F59;
}
</style>
background-color css
<style>
a { background-color: #837F59; }
a { background-color: rgb(131,127,89); }
div.DivClassName
{
background-color: #837F59;
}
.BgClassName
{
background-color: #837F59;
}
</style>
border-color css
<style>
span { border-color: #837F59; }
span { border-color: rgb(131,127,89); }
td.TdClassName
{
border-color: #837F59;
}
.TagClassName
{
border-color: #837F59;
}
</style>