Shades of Kokoda #837D47
Tints of Kokoda #837D47
RGB
CMYK
RGB Variations
Color information
#837D47 (or 0x837D47) is known color: Kokoda. HEX triplet: 83, 7D and 47. RGB value is (131,125,71). Sum of RGB (Red+Green+Blue) = 131+125+71=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 131 - color contains mainly: red. Hex color #837D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837D47 is #7C82B8. Grayscale: #787878. Windows color (decimal): -8159929 or 4685187. OLE color: 4685187.
HSL color Cylindrical-coordinate representation of color #837D47: hue angle of 54º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #837D47 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 125 | 71 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.49 |
| HSL | 54º | 0.3% | 0.4% | - |
| HSV(B) | 54º | 0.46% | 0.51% | - |
| XYZ | 17.83 | 19.95 | 8.87 | - |
| YUV | 120.64 | 99.99 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 125 | 71 | 0 | 0.05 | 0.46 | 0.49 | 54 | 0.3 | 0.4 |
| Hex | 83 | 7D | 47 | 0 | 5 | 2E | 31 | 36 | 1E | 28 |
| Octal | 203 | 175 | 107 | 0 | 5 | 56 | 61 | 66 | 36 | 50 |
| Binary | 10000011 | 1111101 | 1000111 | 0 | 101 | 101110 | 110001 | 110110 | 11110 | 101000 |
Color Harmonies of #837D47
Complementary color
Monochromatic Colors of #837D47
Black with #837D47
Text Example
Text Example
White with #837D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837D47; }
p { color: rgb(131,125,71); }
H1.HeaderClassName
{
color: #837D47;
}
.AnyTagClassName
{
color: #837D47;
}
</style>
background-color css
<style>
a { background-color: #837D47; }
a { background-color: rgb(131,125,71); }
div.DivClassName
{
background-color: #837D47;
}
.BgClassName
{
background-color: #837D47;
}
</style>
border-color css
<style>
span { border-color: #837D47; }
span { border-color: rgb(131,125,71); }
td.TdClassName
{
border-color: #837D47;
}
.TagClassName
{
border-color: #837D47;
}
</style>