Shades of Kokoda #827F5D
Tints of Kokoda #827F5D
RGB
CMYK
RGB Variations
Color information
#827F5D (or 0x827F5D) is known color: Kokoda. HEX triplet: 82, 7F and 5D. RGB value is (130,127,93). Sum of RGB (Red+Green+Blue) = 130+127+93=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 130 - color contains mainly: red. Hex color #827F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F5D is #7D80A2. Grayscale: #7C7C7C. Windows color (decimal): -8224931 or 6127490. OLE color: 6127490.
HSL color Cylindrical-coordinate representation of color #827F5D: hue angle of 55.14º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #827F5D is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 127 | 93 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.49 |
| HSL | 55.14º | 0.17% | 0.44% | - |
| HSV(B) | 55.14º | 0.28% | 0.51% | - |
| XYZ | 18.77 | 20.71 | 13.36 | - |
| YUV | 124.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 93 | 0 | 0.02 | 0.28 | 0.49 | 55.14 | 0.17 | 0.44 |
| Hex | 82 | 7F | 5D | 0 | 2 | 1C | 31 | 37 | 11 | 2C |
| Octal | 202 | 177 | 135 | 0 | 2 | 34 | 61 | 67 | 21 | 54 |
| Binary | 10000010 | 1111111 | 1011101 | 0 | 10 | 11100 | 110001 | 110111 | 10001 | 101100 |
Color Harmonies of #827F5D
Complementary color
Monochromatic Colors of #827F5D
Black with #827F5D
Text Example
Text Example
White with #827F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827F5D; }
p { color: rgb(130,127,93); }
H1.HeaderClassName
{
color: #827F5D;
}
.AnyTagClassName
{
color: #827F5D;
}
</style>
background-color css
<style>
a { background-color: #827F5D; }
a { background-color: rgb(130,127,93); }
div.DivClassName
{
background-color: #827F5D;
}
.BgClassName
{
background-color: #827F5D;
}
</style>
border-color css
<style>
span { border-color: #827F5D; }
span { border-color: rgb(130,127,93); }
td.TdClassName
{
border-color: #827F5D;
}
.TagClassName
{
border-color: #827F5D;
}
</style>