Shades of Kokoda #827E51
Tints of Kokoda #827E51
RGB
CMYK
RGB Variations
Color information
#827E51 (or 0x827E51) is known color: Kokoda. HEX triplet: 82, 7E and 51. RGB value is (130,126,81). Sum of RGB (Red+Green+Blue) = 130+126+81=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #827E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E51 is #7D81AE. Grayscale: #7A7A7A. Windows color (decimal): -8225199 or 5340802. OLE color: 5340802.
HSL color Cylindrical-coordinate representation of color #827E51: hue angle of 55.1º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #827E51 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 126 | 81 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.49 |
| HSL | 55.1º | 0.23% | 0.41% | - |
| HSV(B) | 55.1º | 0.38% | 0.51% | - |
| XYZ | 18.15 | 20.26 | 10.74 | - |
| YUV | 122.07 | 104.83 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 81 | 0 | 0.03 | 0.38 | 0.49 | 55.1 | 0.23 | 0.41 |
| Hex | 82 | 7E | 51 | 0 | 3 | 26 | 31 | 37 | 17 | 29 |
| Octal | 202 | 176 | 121 | 0 | 3 | 46 | 61 | 67 | 27 | 51 |
| Binary | 10000010 | 1111110 | 1010001 | 0 | 11 | 100110 | 110001 | 110111 | 10111 | 101001 |
Color Harmonies of #827E51
Complementary color
Monochromatic Colors of #827E51
Black with #827E51
Text Example
Text Example
White with #827E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E51; }
p { color: rgb(130,126,81); }
H1.HeaderClassName
{
color: #827E51;
}
.AnyTagClassName
{
color: #827E51;
}
</style>
background-color css
<style>
a { background-color: #827E51; }
a { background-color: rgb(130,126,81); }
div.DivClassName
{
background-color: #827E51;
}
.BgClassName
{
background-color: #827E51;
}
</style>
border-color css
<style>
span { border-color: #827E51; }
span { border-color: rgb(130,126,81); }
td.TdClassName
{
border-color: #827E51;
}
.TagClassName
{
border-color: #827E51;
}
</style>