Shades of Kokoda #837E4D
Tints of Kokoda #837E4D
RGB
CMYK
RGB Variations
Color information
#837E4D (or 0x837E4D) is known color: Kokoda. HEX triplet: 83, 7E and 4D. RGB value is (131,126,77). Sum of RGB (Red+Green+Blue) = 131+126+77=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 131 - color contains mainly: red. Hex color #837E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837E4D is #7C81B2. Grayscale: #7A7A7A. Windows color (decimal): -8159667 or 5078659. OLE color: 5078659.
HSL color Cylindrical-coordinate representation of color #837E4D: hue angle of 54.44º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #837E4D is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 126 | 77 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.49 |
| HSL | 54.44º | 0.26% | 0.41% | - |
| HSV(B) | 54.44º | 0.41% | 0.51% | - |
| XYZ | 18.16 | 20.28 | 9.98 | - |
| YUV | 121.91 | 102.66 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 126 | 77 | 0 | 0.04 | 0.41 | 0.49 | 54.44 | 0.26 | 0.41 |
| Hex | 83 | 7E | 4D | 0 | 4 | 29 | 31 | 36 | 1A | 29 |
| Octal | 203 | 176 | 115 | 0 | 4 | 51 | 61 | 66 | 32 | 51 |
| Binary | 10000011 | 1111110 | 1001101 | 0 | 100 | 101001 | 110001 | 110110 | 11010 | 101001 |
Color Harmonies of #837E4D
Complementary color
Monochromatic Colors of #837E4D
Black with #837E4D
Text Example
Text Example
White with #837E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837E4D; }
p { color: rgb(131,126,77); }
H1.HeaderClassName
{
color: #837E4D;
}
.AnyTagClassName
{
color: #837E4D;
}
</style>
background-color css
<style>
a { background-color: #837E4D; }
a { background-color: rgb(131,126,77); }
div.DivClassName
{
background-color: #837E4D;
}
.BgClassName
{
background-color: #837E4D;
}
</style>
border-color css
<style>
span { border-color: #837E4D; }
span { border-color: rgb(131,126,77); }
td.TdClassName
{
border-color: #837E4D;
}
.TagClassName
{
border-color: #837E4D;
}
</style>