Shades of Kokoda #827D5A
Tints of Kokoda #827D5A
RGB
CMYK
RGB Variations
Color information
#827D5A (or 0x827D5A) is known color: Kokoda. HEX triplet: 82, 7D and 5A. RGB value is (130,125,90). Sum of RGB (Red+Green+Blue) = 130+125+90=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #827D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827D5A is #7D82A5. Grayscale: #7A7A7A. Windows color (decimal): -8225446 or 5930370. OLE color: 5930370.
HSL color Cylindrical-coordinate representation of color #827D5A: hue angle of 52.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #827D5A is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 125 | 90 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.49 |
| HSL | 52.5º | 0.18% | 0.43% | - |
| HSV(B) | 52.5º | 0.31% | 0.51% | - |
| XYZ | 18.39 | 20.15 | 12.59 | - |
| YUV | 122.51 | 109.66 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 90 | 0 | 0.04 | 0.31 | 0.49 | 52.5 | 0.18 | 0.43 |
| Hex | 82 | 7D | 5A | 0 | 4 | 1F | 31 | 34 | 12 | 2B |
| Octal | 202 | 175 | 132 | 0 | 4 | 37 | 61 | 64 | 22 | 53 |
| Binary | 10000010 | 1111101 | 1011010 | 0 | 100 | 11111 | 110001 | 110100 | 10010 | 101011 |
Color Harmonies of #827D5A
Complementary color
Monochromatic Colors of #827D5A
Black with #827D5A
Text Example
Text Example
White with #827D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D5A; }
p { color: rgb(130,125,90); }
H1.HeaderClassName
{
color: #827D5A;
}
.AnyTagClassName
{
color: #827D5A;
}
</style>
background-color css
<style>
a { background-color: #827D5A; }
a { background-color: rgb(130,125,90); }
div.DivClassName
{
background-color: #827D5A;
}
.BgClassName
{
background-color: #827D5A;
}
</style>
border-color css
<style>
span { border-color: #827D5A; }
span { border-color: rgb(130,125,90); }
td.TdClassName
{
border-color: #827D5A;
}
.TagClassName
{
border-color: #827D5A;
}
</style>