Shades of Kokoda #827D5E
Tints of Kokoda #827D5E
RGB
CMYK
RGB Variations
Color information
#827D5E (or 0x827D5E) is known color: Kokoda. HEX triplet: 82, 7D and 5E. RGB value is (130,125,94). Sum of RGB (Red+Green+Blue) = 130+125+94=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 130 - color contains mainly: red. Hex color #827D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827D5E is #7D82A1. Grayscale: #7B7B7B. Windows color (decimal): -8225442 or 6192514. OLE color: 6192514.
HSL color Cylindrical-coordinate representation of color #827D5E: hue angle of 51.67º degrees, saturation: 0.16, 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 #827D5E is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 125 | 94 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.49 |
| HSL | 51.67º | 0.16% | 0.44% | - |
| HSV(B) | 51.67º | 0.28% | 0.51% | - |
| XYZ | 18.56 | 20.22 | 13.51 | - |
| YUV | 122.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 94 | 0 | 0.04 | 0.28 | 0.49 | 51.67 | 0.16 | 0.44 |
| Hex | 82 | 7D | 5E | 0 | 4 | 1C | 31 | 34 | 10 | 2C |
| Octal | 202 | 175 | 136 | 0 | 4 | 34 | 61 | 64 | 20 | 54 |
| Binary | 10000010 | 1111101 | 1011110 | 0 | 100 | 11100 | 110001 | 110100 | 10000 | 101100 |
Color Harmonies of #827D5E
Complementary color
Monochromatic Colors of #827D5E
Black with #827D5E
Text Example
Text Example
White with #827D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D5E; }
p { color: rgb(130,125,94); }
H1.HeaderClassName
{
color: #827D5E;
}
.AnyTagClassName
{
color: #827D5E;
}
</style>
background-color css
<style>
a { background-color: #827D5E; }
a { background-color: rgb(130,125,94); }
div.DivClassName
{
background-color: #827D5E;
}
.BgClassName
{
background-color: #827D5E;
}
</style>
border-color css
<style>
span { border-color: #827D5E; }
span { border-color: rgb(130,125,94); }
td.TdClassName
{
border-color: #827D5E;
}
.TagClassName
{
border-color: #827D5E;
}
</style>