Shades of Kokoda #827D55
Tints of Kokoda #827D55
RGB
CMYK
RGB Variations
Color information
#827D55 (or 0x827D55) is known color: Kokoda. HEX triplet: 82, 7D and 55. RGB value is (130,125,85). Sum of RGB (Red+Green+Blue) = 130+125+85=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #827D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827D55 is #7D82AA. Grayscale: #7A7A7A. Windows color (decimal): -8225451 or 5602690. OLE color: 5602690.
HSL color Cylindrical-coordinate representation of color #827D55: hue angle of 53.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #827D55 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 125 | 85 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.49 |
| HSL | 53.33º | 0.21% | 0.42% | - |
| HSV(B) | 53.33º | 0.35% | 0.51% | - |
| XYZ | 18.18 | 20.07 | 11.51 | - |
| YUV | 121.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 85 | 0 | 0.04 | 0.35 | 0.49 | 53.33 | 0.21 | 0.42 |
| Hex | 82 | 7D | 55 | 0 | 4 | 23 | 31 | 35 | 15 | 2A |
| Octal | 202 | 175 | 125 | 0 | 4 | 43 | 61 | 65 | 25 | 52 |
| Binary | 10000010 | 1111101 | 1010101 | 0 | 100 | 100011 | 110001 | 110101 | 10101 | 101010 |
Color Harmonies of #827D55
Complementary color
Monochromatic Colors of #827D55
Black with #827D55
Text Example
Text Example
White with #827D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D55; }
p { color: rgb(130,125,85); }
H1.HeaderClassName
{
color: #827D55;
}
.AnyTagClassName
{
color: #827D55;
}
</style>
background-color css
<style>
a { background-color: #827D55; }
a { background-color: rgb(130,125,85); }
div.DivClassName
{
background-color: #827D55;
}
.BgClassName
{
background-color: #827D55;
}
</style>
border-color css
<style>
span { border-color: #827D55; }
span { border-color: rgb(130,125,85); }
td.TdClassName
{
border-color: #827D55;
}
.TagClassName
{
border-color: #827D55;
}
</style>