Shades of Kokoda #837D4A
Tints of Kokoda #837D4A
RGB
CMYK
RGB Variations
Color information
#837D4A (or 0x837D4A) is known color: Kokoda. HEX triplet: 83, 7D and 4A. RGB value is (131,125,74). Sum of RGB (Red+Green+Blue) = 131+125+74=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 131 - color contains mainly: red. Hex color #837D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837D4A is #7C82B5. Grayscale: #797979. Windows color (decimal): -8159926 or 4881795. OLE color: 4881795.
HSL color Cylindrical-coordinate representation of color #837D4A: hue angle of 53.68º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #837D4A is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 125 | 74 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.49 |
| HSL | 53.68º | 0.28% | 0.4% | - |
| HSV(B) | 53.68º | 0.44% | 0.51% | - |
| XYZ | 17.93 | 19.99 | 9.39 | - |
| YUV | 120.98 | 101.49 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 125 | 74 | 0 | 0.05 | 0.44 | 0.49 | 53.68 | 0.28 | 0.4 |
| Hex | 83 | 7D | 4A | 0 | 5 | 2C | 31 | 36 | 1C | 28 |
| Octal | 203 | 175 | 112 | 0 | 5 | 54 | 61 | 66 | 34 | 50 |
| Binary | 10000011 | 1111101 | 1001010 | 0 | 101 | 101100 | 110001 | 110110 | 11100 | 101000 |
Color Harmonies of #837D4A
Complementary color
Monochromatic Colors of #837D4A
Black with #837D4A
Text Example
Text Example
White with #837D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837D4A; }
p { color: rgb(131,125,74); }
H1.HeaderClassName
{
color: #837D4A;
}
.AnyTagClassName
{
color: #837D4A;
}
</style>
background-color css
<style>
a { background-color: #837D4A; }
a { background-color: rgb(131,125,74); }
div.DivClassName
{
background-color: #837D4A;
}
.BgClassName
{
background-color: #837D4A;
}
</style>
border-color css
<style>
span { border-color: #837D4A; }
span { border-color: rgb(131,125,74); }
td.TdClassName
{
border-color: #837D4A;
}
.TagClassName
{
border-color: #837D4A;
}
</style>