Shades of Kokoda #827D54
Tints of Kokoda #827D54
RGB
CMYK
RGB Variations
Color information
#827D54 (or 0x827D54) is known color: Kokoda. HEX triplet: 82, 7D and 54. RGB value is (130,125,84). Sum of RGB (Red+Green+Blue) = 130+125+84=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #827D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827D54 is #7D82AB. Grayscale: #797979. Windows color (decimal): -8225452 or 5537154. OLE color: 5537154.
HSL color Cylindrical-coordinate representation of color #827D54: hue angle of 53.48º 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 #827D54 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 125 | 84 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.49 |
| HSL | 53.48º | 0.21% | 0.42% | - |
| HSV(B) | 53.48º | 0.35% | 0.51% | - |
| XYZ | 18.14 | 20.05 | 11.3 | - |
| YUV | 121.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 84 | 0 | 0.04 | 0.35 | 0.49 | 53.48 | 0.21 | 0.42 |
| Hex | 82 | 7D | 54 | 0 | 4 | 23 | 31 | 35 | 15 | 2A |
| Octal | 202 | 175 | 124 | 0 | 4 | 43 | 61 | 65 | 25 | 52 |
| Binary | 10000010 | 1111101 | 1010100 | 0 | 100 | 100011 | 110001 | 110101 | 10101 | 101010 |
Color Harmonies of #827D54
Complementary color
Monochromatic Colors of #827D54
Black with #827D54
Text Example
Text Example
White with #827D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D54; }
p { color: rgb(130,125,84); }
H1.HeaderClassName
{
color: #827D54;
}
.AnyTagClassName
{
color: #827D54;
}
</style>
background-color css
<style>
a { background-color: #827D54; }
a { background-color: rgb(130,125,84); }
div.DivClassName
{
background-color: #827D54;
}
.BgClassName
{
background-color: #827D54;
}
</style>
border-color css
<style>
span { border-color: #827D54; }
span { border-color: rgb(130,125,84); }
td.TdClassName
{
border-color: #827D54;
}
.TagClassName
{
border-color: #827D54;
}
</style>