Shades of Kokoda #827E56
Tints of Kokoda #827E56
RGB
CMYK
RGB Variations
Color information
#827E56 (or 0x827E56) is known color: Kokoda. HEX triplet: 82, 7E and 56. RGB value is (130,126,86). Sum of RGB (Red+Green+Blue) = 130+126+86=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #827E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E56 is #7D81A9. Grayscale: #7A7A7A. Windows color (decimal): -8225194 or 5668482. OLE color: 5668482.
HSL color Cylindrical-coordinate representation of color #827E56: hue angle of 54.55º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #827E56 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 126 | 86 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.49 |
| HSL | 54.55º | 0.2% | 0.42% | - |
| HSV(B) | 54.55º | 0.34% | 0.51% | - |
| XYZ | 18.35 | 20.34 | 11.76 | - |
| YUV | 122.64 | 107.33 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 86 | 0 | 0.03 | 0.34 | 0.49 | 54.55 | 0.2 | 0.42 |
| Hex | 82 | 7E | 56 | 0 | 3 | 22 | 31 | 37 | 14 | 2A |
| Octal | 202 | 176 | 126 | 0 | 3 | 42 | 61 | 67 | 24 | 52 |
| Binary | 10000010 | 1111110 | 1010110 | 0 | 11 | 100010 | 110001 | 110111 | 10100 | 101010 |
Color Harmonies of #827E56
Complementary color
Monochromatic Colors of #827E56
Black with #827E56
Text Example
Text Example
White with #827E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E56; }
p { color: rgb(130,126,86); }
H1.HeaderClassName
{
color: #827E56;
}
.AnyTagClassName
{
color: #827E56;
}
</style>
background-color css
<style>
a { background-color: #827E56; }
a { background-color: rgb(130,126,86); }
div.DivClassName
{
background-color: #827E56;
}
.BgClassName
{
background-color: #827E56;
}
</style>
border-color css
<style>
span { border-color: #827E56; }
span { border-color: rgb(130,126,86); }
td.TdClassName
{
border-color: #827E56;
}
.TagClassName
{
border-color: #827E56;
}
</style>