Shades of Kokoda #827E4D
Tints of Kokoda #827E4D
RGB
CMYK
RGB Variations
Color information
#827E4D (or 0x827E4D) is known color: Kokoda. HEX triplet: 82, 7E and 4D. RGB value is (130,126,77). Sum of RGB (Red+Green+Blue) = 130+126+77=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #827E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E4D is #7D81B2. Grayscale: #797979. Windows color (decimal): -8225203 or 5078658. OLE color: 5078658.
HSL color Cylindrical-coordinate representation of color #827E4D: hue angle of 55.47º 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 #827E4D is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 126 | 77 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.49 |
| HSL | 55.47º | 0.26% | 0.41% | - |
| HSV(B) | 55.47º | 0.41% | 0.51% | - |
| XYZ | 18.01 | 20.2 | 9.97 | - |
| YUV | 121.61 | 102.83 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 77 | 0 | 0.03 | 0.41 | 0.49 | 55.47 | 0.26 | 0.41 |
| Hex | 82 | 7E | 4D | 0 | 3 | 29 | 31 | 37 | 1A | 29 |
| Octal | 202 | 176 | 115 | 0 | 3 | 51 | 61 | 67 | 32 | 51 |
| Binary | 10000010 | 1111110 | 1001101 | 0 | 11 | 101001 | 110001 | 110111 | 11010 | 101001 |
Color Harmonies of #827E4D
Complementary color
Monochromatic Colors of #827E4D
Black with #827E4D
Text Example
Text Example
White with #827E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E4D; }
p { color: rgb(130,126,77); }
H1.HeaderClassName
{
color: #827E4D;
}
.AnyTagClassName
{
color: #827E4D;
}
</style>
background-color css
<style>
a { background-color: #827E4D; }
a { background-color: rgb(130,126,77); }
div.DivClassName
{
background-color: #827E4D;
}
.BgClassName
{
background-color: #827E4D;
}
</style>
border-color css
<style>
span { border-color: #827E4D; }
span { border-color: rgb(130,126,77); }
td.TdClassName
{
border-color: #827E4D;
}
.TagClassName
{
border-color: #827E4D;
}
</style>