Shades of Kokoda #827D47
Tints of Kokoda #827D47
RGB
CMYK
RGB Variations
Color information
#827D47 (or 0x827D47) is known color: Kokoda. HEX triplet: 82, 7D and 47. RGB value is (130,125,71). Sum of RGB (Red+Green+Blue) = 130+125+71=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #827D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827D47 is #7D82B8. Grayscale: #787878. Windows color (decimal): -8225465 or 4685186. OLE color: 4685186.
HSL color Cylindrical-coordinate representation of color #827D47: hue angle of 54.92º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #827D47 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 125 | 71 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.49 |
| HSL | 54.92º | 0.29% | 0.39% | - |
| HSV(B) | 54.92º | 0.45% | 0.51% | - |
| XYZ | 17.68 | 19.87 | 8.86 | - |
| YUV | 120.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 71 | 0 | 0.04 | 0.45 | 0.49 | 54.92 | 0.29 | 0.39 |
| Hex | 82 | 7D | 47 | 0 | 4 | 2D | 31 | 37 | 1D | 27 |
| Octal | 202 | 175 | 107 | 0 | 4 | 55 | 61 | 67 | 35 | 47 |
| Binary | 10000010 | 1111101 | 1000111 | 0 | 100 | 101101 | 110001 | 110111 | 11101 | 100111 |
Color Harmonies of #827D47
Complementary color
Monochromatic Colors of #827D47
Black with #827D47
Text Example
Text Example
White with #827D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D47; }
p { color: rgb(130,125,71); }
H1.HeaderClassName
{
color: #827D47;
}
.AnyTagClassName
{
color: #827D47;
}
</style>
background-color css
<style>
a { background-color: #827D47; }
a { background-color: rgb(130,125,71); }
div.DivClassName
{
background-color: #827D47;
}
.BgClassName
{
background-color: #827D47;
}
</style>
border-color css
<style>
span { border-color: #827D47; }
span { border-color: rgb(130,125,71); }
td.TdClassName
{
border-color: #827D47;
}
.TagClassName
{
border-color: #827D47;
}
</style>