Shades of Kokoda #827E5F
Tints of Kokoda #827E5F
RGB
CMYK
RGB Variations
Color information
#827E5F (or 0x827E5F) is known color: Kokoda. HEX triplet: 82, 7E and 5F. RGB value is (130,126,95). Sum of RGB (Red+Green+Blue) = 130+126+95=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 130 - color contains mainly: red. Hex color #827E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E5F is #7D81A0. Grayscale: #7B7B7B. Windows color (decimal): -8225185 or 6258306. OLE color: 6258306.
HSL color Cylindrical-coordinate representation of color #827E5F: hue angle of 53.14º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #827E5F is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 126 | 95 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.49 |
| HSL | 53.14º | 0.16% | 0.44% | - |
| HSV(B) | 53.14º | 0.27% | 0.51% | - |
| XYZ | 18.73 | 20.49 | 13.79 | - |
| YUV | 123.66 | 111.83 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 95 | 0 | 0.03 | 0.27 | 0.49 | 53.14 | 0.16 | 0.44 |
| Hex | 82 | 7E | 5F | 0 | 3 | 1B | 31 | 35 | 10 | 2C |
| Octal | 202 | 176 | 137 | 0 | 3 | 33 | 61 | 65 | 20 | 54 |
| Binary | 10000010 | 1111110 | 1011111 | 0 | 11 | 11011 | 110001 | 110101 | 10000 | 101100 |
Color Harmonies of #827E5F
Complementary color
Monochromatic Colors of #827E5F
Black with #827E5F
Text Example
Text Example
White with #827E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E5F; }
p { color: rgb(130,126,95); }
H1.HeaderClassName
{
color: #827E5F;
}
.AnyTagClassName
{
color: #827E5F;
}
</style>
background-color css
<style>
a { background-color: #827E5F; }
a { background-color: rgb(130,126,95); }
div.DivClassName
{
background-color: #827E5F;
}
.BgClassName
{
background-color: #827E5F;
}
</style>
border-color css
<style>
span { border-color: #827E5F; }
span { border-color: rgb(130,126,95); }
td.TdClassName
{
border-color: #827E5F;
}
.TagClassName
{
border-color: #827E5F;
}
</style>