Shades of Kokoda #827D5B
Tints of Kokoda #827D5B
RGB
CMYK
RGB Variations
Color information
#827D5B (or 0x827D5B) is known color: Kokoda. HEX triplet: 82, 7D and 5B. RGB value is (130,125,91). Sum of RGB (Red+Green+Blue) = 130+125+91=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #827D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827D5B is #7D82A4. Grayscale: #7A7A7A. Windows color (decimal): -8225445 or 5995906. OLE color: 5995906.
HSL color Cylindrical-coordinate representation of color #827D5B: hue angle of 52.31º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #827D5B is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 125 | 91 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.49 |
| HSL | 52.31º | 0.18% | 0.43% | - |
| HSV(B) | 52.31º | 0.3% | 0.51% | - |
| XYZ | 18.43 | 20.17 | 12.82 | - |
| YUV | 122.62 | 110.16 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 91 | 0 | 0.04 | 0.30 | 0.49 | 52.31 | 0.18 | 0.43 |
| Hex | 82 | 7D | 5B | 0 | 4 | 1E | 31 | 34 | 12 | 2B |
| Octal | 202 | 175 | 133 | 0 | 4 | 36 | 61 | 64 | 22 | 53 |
| Binary | 10000010 | 1111101 | 1011011 | 0 | 100 | 11110 | 110001 | 110100 | 10010 | 101011 |
Color Harmonies of #827D5B
Complementary color
Monochromatic Colors of #827D5B
Black with #827D5B
Text Example
Text Example
White with #827D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D5B; }
p { color: rgb(130,125,91); }
H1.HeaderClassName
{
color: #827D5B;
}
.AnyTagClassName
{
color: #827D5B;
}
</style>
background-color css
<style>
a { background-color: #827D5B; }
a { background-color: rgb(130,125,91); }
div.DivClassName
{
background-color: #827D5B;
}
.BgClassName
{
background-color: #827D5B;
}
</style>
border-color css
<style>
span { border-color: #827D5B; }
span { border-color: rgb(130,125,91); }
td.TdClassName
{
border-color: #827D5B;
}
.TagClassName
{
border-color: #827D5B;
}
</style>