Shades of Kokoda #827E4F
Tints of Kokoda #827E4F
RGB
CMYK
RGB Variations
Color information
#827E4F (or 0x827E4F) is known color: Kokoda. HEX triplet: 82, 7E and 4F. RGB value is (130,126,79). Sum of RGB (Red+Green+Blue) = 130+126+79=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #827E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E4F is #7D81B0. Grayscale: #7A7A7A. Windows color (decimal): -8225201 or 5209730. OLE color: 5209730.
HSL color Cylindrical-coordinate representation of color #827E4F: hue angle of 55.29º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #827E4F is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 126 | 79 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.49 |
| HSL | 55.29º | 0.24% | 0.41% | - |
| HSV(B) | 55.29º | 0.39% | 0.51% | - |
| XYZ | 18.08 | 20.23 | 10.35 | - |
| YUV | 121.84 | 103.83 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 79 | 0 | 0.03 | 0.39 | 0.49 | 55.29 | 0.24 | 0.41 |
| Hex | 82 | 7E | 4F | 0 | 3 | 27 | 31 | 37 | 18 | 29 |
| Octal | 202 | 176 | 117 | 0 | 3 | 47 | 61 | 67 | 30 | 51 |
| Binary | 10000010 | 1111110 | 1001111 | 0 | 11 | 100111 | 110001 | 110111 | 11000 | 101001 |
Color Harmonies of #827E4F
Complementary color
Monochromatic Colors of #827E4F
Black with #827E4F
Text Example
Text Example
White with #827E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E4F; }
p { color: rgb(130,126,79); }
H1.HeaderClassName
{
color: #827E4F;
}
.AnyTagClassName
{
color: #827E4F;
}
</style>
background-color css
<style>
a { background-color: #827E4F; }
a { background-color: rgb(130,126,79); }
div.DivClassName
{
background-color: #827E4F;
}
.BgClassName
{
background-color: #827E4F;
}
</style>
border-color css
<style>
span { border-color: #827E4F; }
span { border-color: rgb(130,126,79); }
td.TdClassName
{
border-color: #827E4F;
}
.TagClassName
{
border-color: #827E4F;
}
</style>