Shades of Kokoda #827F51
Tints of Kokoda #827F51
RGB
CMYK
RGB Variations
Color information
#827F51 (or 0x827F51) is known color: Kokoda. HEX triplet: 82, 7F and 51. RGB value is (130,127,81). Sum of RGB (Red+Green+Blue) = 130+127+81=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #827F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F51 is #7D80AE. Grayscale: #7A7A7A. Windows color (decimal): -8224943 or 5341058. OLE color: 5341058.
HSL color Cylindrical-coordinate representation of color #827F51: hue angle of 56.33º 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 #827F51 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 127 | 81 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.49 |
| HSL | 56.33º | 0.23% | 0.41% | - |
| HSV(B) | 56.33º | 0.38% | 0.51% | - |
| XYZ | 18.28 | 20.52 | 10.78 | - |
| YUV | 122.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 81 | 0 | 0.02 | 0.38 | 0.49 | 56.33 | 0.23 | 0.41 |
| Hex | 82 | 7F | 51 | 0 | 2 | 26 | 31 | 38 | 17 | 29 |
| Octal | 202 | 177 | 121 | 0 | 2 | 46 | 61 | 70 | 27 | 51 |
| Binary | 10000010 | 1111111 | 1010001 | 0 | 10 | 100110 | 110001 | 111000 | 10111 | 101001 |
Color Harmonies of #827F51
Complementary color
Monochromatic Colors of #827F51
Black with #827F51
Text Example
Text Example
White with #827F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827F51; }
p { color: rgb(130,127,81); }
H1.HeaderClassName
{
color: #827F51;
}
.AnyTagClassName
{
color: #827F51;
}
</style>
background-color css
<style>
a { background-color: #827F51; }
a { background-color: rgb(130,127,81); }
div.DivClassName
{
background-color: #827F51;
}
.BgClassName
{
background-color: #827F51;
}
</style>
border-color css
<style>
span { border-color: #827F51; }
span { border-color: rgb(130,127,81); }
td.TdClassName
{
border-color: #827F51;
}
.TagClassName
{
border-color: #827F51;
}
</style>