Shades of Kokoda #827D57
Tints of Kokoda #827D57
RGB
CMYK
RGB Variations
Color information
#827D57 (or 0x827D57) is known color: Kokoda. HEX triplet: 82, 7D and 57. RGB value is (130,125,87). Sum of RGB (Red+Green+Blue) = 130+125+87=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #827D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827D57 is #7D82A8. Grayscale: #7A7A7A. Windows color (decimal): -8225449 or 5733762. OLE color: 5733762.
HSL color Cylindrical-coordinate representation of color #827D57: hue angle of 53.02º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #827D57 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 125 | 87 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.49 |
| HSL | 53.02º | 0.2% | 0.43% | - |
| HSV(B) | 53.02º | 0.33% | 0.51% | - |
| XYZ | 18.26 | 20.1 | 11.93 | - |
| YUV | 122.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 87 | 0 | 0.04 | 0.33 | 0.49 | 53.02 | 0.2 | 0.43 |
| Hex | 82 | 7D | 57 | 0 | 4 | 21 | 31 | 35 | 14 | 2B |
| Octal | 202 | 175 | 127 | 0 | 4 | 41 | 61 | 65 | 24 | 53 |
| Binary | 10000010 | 1111101 | 1010111 | 0 | 100 | 100001 | 110001 | 110101 | 10100 | 101011 |
Color Harmonies of #827D57
Complementary color
Monochromatic Colors of #827D57
Black with #827D57
Text Example
Text Example
White with #827D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D57; }
p { color: rgb(130,125,87); }
H1.HeaderClassName
{
color: #827D57;
}
.AnyTagClassName
{
color: #827D57;
}
</style>
background-color css
<style>
a { background-color: #827D57; }
a { background-color: rgb(130,125,87); }
div.DivClassName
{
background-color: #827D57;
}
.BgClassName
{
background-color: #827D57;
}
</style>
border-color css
<style>
span { border-color: #827D57; }
span { border-color: rgb(130,125,87); }
td.TdClassName
{
border-color: #827D57;
}
.TagClassName
{
border-color: #827D57;
}
</style>