Shades of Kokoda #827F4D
Tints of Kokoda #827F4D
RGB
CMYK
RGB Variations
Color information
#827F4D (or 0x827F4D) is known color: Kokoda. HEX triplet: 82, 7F and 4D. RGB value is (130,127,77). Sum of RGB (Red+Green+Blue) = 130+127+77=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #827F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F4D is #7D80B2. Grayscale: #7A7A7A. Windows color (decimal): -8224947 or 5078914. OLE color: 5078914.
HSL color Cylindrical-coordinate representation of color #827F4D: hue angle of 56.6º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #827F4D is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 127 | 77 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.49 |
| HSL | 56.6º | 0.26% | 0.41% | - |
| HSV(B) | 56.6º | 0.41% | 0.51% | - |
| XYZ | 18.13 | 20.46 | 10.01 | - |
| YUV | 122.2 | 102.49 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 77 | 0 | 0.02 | 0.41 | 0.49 | 56.6 | 0.26 | 0.41 |
| Hex | 82 | 7F | 4D | 0 | 2 | 29 | 31 | 39 | 1A | 29 |
| Octal | 202 | 177 | 115 | 0 | 2 | 51 | 61 | 71 | 32 | 51 |
| Binary | 10000010 | 1111111 | 1001101 | 0 | 10 | 101001 | 110001 | 111001 | 11010 | 101001 |
Color Harmonies of #827F4D
Complementary color
Monochromatic Colors of #827F4D
Black with #827F4D
Text Example
Text Example
White with #827F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827F4D; }
p { color: rgb(130,127,77); }
H1.HeaderClassName
{
color: #827F4D;
}
.AnyTagClassName
{
color: #827F4D;
}
</style>
background-color css
<style>
a { background-color: #827F4D; }
a { background-color: rgb(130,127,77); }
div.DivClassName
{
background-color: #827F4D;
}
.BgClassName
{
background-color: #827F4D;
}
</style>
border-color css
<style>
span { border-color: #827F4D; }
span { border-color: rgb(130,127,77); }
td.TdClassName
{
border-color: #827F4D;
}
.TagClassName
{
border-color: #827F4D;
}
</style>