Shades of Kokoda #837F56
Tints of Kokoda #837F56
RGB
CMYK
RGB Variations
Color information
#837F56 (or 0x837F56) is known color: Kokoda. HEX triplet: 83, 7F and 56. RGB value is (131,127,86). Sum of RGB (Red+Green+Blue) = 131+127+86=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 131 - color contains mainly: red. Hex color #837F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F56 is #7C80A9. Grayscale: #7B7B7B. Windows color (decimal): -8159402 or 5668739. OLE color: 5668739.
HSL color Cylindrical-coordinate representation of color #837F56: hue angle of 54.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #837F56 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 127 | 86 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.49 |
| HSL | 54.67º | 0.21% | 0.43% | - |
| HSV(B) | 54.67º | 0.34% | 0.51% | - |
| XYZ | 18.63 | 20.68 | 11.81 | - |
| YUV | 123.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 86 | 0 | 0.03 | 0.34 | 0.49 | 54.67 | 0.21 | 0.43 |
| Hex | 83 | 7F | 56 | 0 | 3 | 22 | 31 | 37 | 15 | 2B |
| Octal | 203 | 177 | 126 | 0 | 3 | 42 | 61 | 67 | 25 | 53 |
| Binary | 10000011 | 1111111 | 1010110 | 0 | 11 | 100010 | 110001 | 110111 | 10101 | 101011 |
Color Harmonies of #837F56
Complementary color
Monochromatic Colors of #837F56
Black with #837F56
Text Example
Text Example
White with #837F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837F56; }
p { color: rgb(131,127,86); }
H1.HeaderClassName
{
color: #837F56;
}
.AnyTagClassName
{
color: #837F56;
}
</style>
background-color css
<style>
a { background-color: #837F56; }
a { background-color: rgb(131,127,86); }
div.DivClassName
{
background-color: #837F56;
}
.BgClassName
{
background-color: #837F56;
}
</style>
border-color css
<style>
span { border-color: #837F56; }
span { border-color: rgb(131,127,86); }
td.TdClassName
{
border-color: #837F56;
}
.TagClassName
{
border-color: #837F56;
}
</style>