Shades of Kokoda #827C51
Tints of Kokoda #827C51
RGB
CMYK
RGB Variations
Color information
#827C51 (or 0x827C51) is known color: Kokoda. HEX triplet: 82, 7C and 51. RGB value is (130,124,81). Sum of RGB (Red+Green+Blue) = 130+124+81=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #827C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C51 is #7D83AE. Grayscale: #797979. Windows color (decimal): -8225711 or 5340290. OLE color: 5340290.
HSL color Cylindrical-coordinate representation of color #827C51: hue angle of 52.65º 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 #827C51 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 124 | 81 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.49 |
| HSL | 52.65º | 0.23% | 0.41% | - |
| HSV(B) | 52.65º | 0.38% | 0.51% | - |
| XYZ | 17.9 | 19.76 | 10.65 | - |
| YUV | 120.89 | 105.49 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 124 | 81 | 0 | 0.05 | 0.38 | 0.49 | 52.65 | 0.23 | 0.41 |
| Hex | 82 | 7C | 51 | 0 | 5 | 26 | 31 | 35 | 17 | 29 |
| Octal | 202 | 174 | 121 | 0 | 5 | 46 | 61 | 65 | 27 | 51 |
| Binary | 10000010 | 1111100 | 1010001 | 0 | 101 | 100110 | 110001 | 110101 | 10111 | 101001 |
Color Harmonies of #827C51
Complementary color
Monochromatic Colors of #827C51
Black with #827C51
Text Example
Text Example
White with #827C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827C51; }
p { color: rgb(130,124,81); }
H1.HeaderClassName
{
color: #827C51;
}
.AnyTagClassName
{
color: #827C51;
}
</style>
background-color css
<style>
a { background-color: #827C51; }
a { background-color: rgb(130,124,81); }
div.DivClassName
{
background-color: #827C51;
}
.BgClassName
{
background-color: #827C51;
}
</style>
border-color css
<style>
span { border-color: #827C51; }
span { border-color: rgb(130,124,81); }
td.TdClassName
{
border-color: #827C51;
}
.TagClassName
{
border-color: #827C51;
}
</style>