Shades of Kokoda #827C54
Tints of Kokoda #827C54
RGB
CMYK
RGB Variations
Color information
#827C54 (or 0x827C54) is known color: Kokoda. HEX triplet: 82, 7C and 54. RGB value is (130,124,84). Sum of RGB (Red+Green+Blue) = 130+124+84=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #827C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C54 is #7D83AB. Grayscale: #797979. Windows color (decimal): -8225708 or 5536898. OLE color: 5536898.
HSL color Cylindrical-coordinate representation of color #827C54: hue angle of 52.17º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #827C54 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 124 | 84 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.49 |
| HSL | 52.17º | 0.21% | 0.42% | - |
| HSV(B) | 52.17º | 0.35% | 0.51% | - |
| XYZ | 18.01 | 19.8 | 11.26 | - |
| YUV | 121.23 | 106.99 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 124 | 84 | 0 | 0.05 | 0.35 | 0.49 | 52.17 | 0.21 | 0.42 |
| Hex | 82 | 7C | 54 | 0 | 5 | 23 | 31 | 34 | 15 | 2A |
| Octal | 202 | 174 | 124 | 0 | 5 | 43 | 61 | 64 | 25 | 52 |
| Binary | 10000010 | 1111100 | 1010100 | 0 | 101 | 100011 | 110001 | 110100 | 10101 | 101010 |
Color Harmonies of #827C54
Complementary color
Monochromatic Colors of #827C54
Black with #827C54
Text Example
Text Example
White with #827C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827C54; }
p { color: rgb(130,124,84); }
H1.HeaderClassName
{
color: #827C54;
}
.AnyTagClassName
{
color: #827C54;
}
</style>
background-color css
<style>
a { background-color: #827C54; }
a { background-color: rgb(130,124,84); }
div.DivClassName
{
background-color: #827C54;
}
.BgClassName
{
background-color: #827C54;
}
</style>
border-color css
<style>
span { border-color: #827C54; }
span { border-color: rgb(130,124,84); }
td.TdClassName
{
border-color: #827C54;
}
.TagClassName
{
border-color: #827C54;
}
</style>