Shades of Kokoda #827E53
Tints of Kokoda #827E53
RGB
CMYK
RGB Variations
Color information
#827E53 (or 0x827E53) is known color: Kokoda. HEX triplet: 82, 7E and 53. RGB value is (130,126,83). Sum of RGB (Red+Green+Blue) = 130+126+83=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #827E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E53 is #7D81AC. Grayscale: #7A7A7A. Windows color (decimal): -8225197 or 5471874. OLE color: 5471874.
HSL color Cylindrical-coordinate representation of color #827E53: hue angle of 54.89º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #827E53 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 126 | 83 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.49 |
| HSL | 54.89º | 0.22% | 0.42% | - |
| HSV(B) | 54.89º | 0.36% | 0.51% | - |
| XYZ | 18.23 | 20.29 | 11.14 | - |
| YUV | 122.29 | 105.83 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 83 | 0 | 0.03 | 0.36 | 0.49 | 54.89 | 0.22 | 0.42 |
| Hex | 82 | 7E | 53 | 0 | 3 | 24 | 31 | 37 | 16 | 2A |
| Octal | 202 | 176 | 123 | 0 | 3 | 44 | 61 | 67 | 26 | 52 |
| Binary | 10000010 | 1111110 | 1010011 | 0 | 11 | 100100 | 110001 | 110111 | 10110 | 101010 |
Color Harmonies of #827E53
Complementary color
Monochromatic Colors of #827E53
Black with #827E53
Text Example
Text Example
White with #827E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E53; }
p { color: rgb(130,126,83); }
H1.HeaderClassName
{
color: #827E53;
}
.AnyTagClassName
{
color: #827E53;
}
</style>
background-color css
<style>
a { background-color: #827E53; }
a { background-color: rgb(130,126,83); }
div.DivClassName
{
background-color: #827E53;
}
.BgClassName
{
background-color: #827E53;
}
</style>
border-color css
<style>
span { border-color: #827E53; }
span { border-color: rgb(130,126,83); }
td.TdClassName
{
border-color: #827E53;
}
.TagClassName
{
border-color: #827E53;
}
</style>