Shades of Kokoda #827B4D
Tints of Kokoda #827B4D
RGB
CMYK
RGB Variations
Color information
#827B4D (or 0x827B4D) is known color: Kokoda. HEX triplet: 82, 7B and 4D. RGB value is (130,123,77). Sum of RGB (Red+Green+Blue) = 130+123+77=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 130 - color contains mainly: red. Hex color #827B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B4D is #7D84B2. Grayscale: #787878. Windows color (decimal): -8225971 or 5077890. OLE color: 5077890.
HSL color Cylindrical-coordinate representation of color #827B4D: hue angle of 52.08º 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 #827B4D is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 123 | 77 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.49 |
| HSL | 52.08º | 0.26% | 0.41% | - |
| HSV(B) | 52.08º | 0.41% | 0.51% | - |
| XYZ | 17.63 | 19.45 | 9.85 | - |
| YUV | 119.85 | 103.82 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 77 | 0 | 0.05 | 0.41 | 0.49 | 52.08 | 0.26 | 0.41 |
| Hex | 82 | 7B | 4D | 0 | 5 | 29 | 31 | 34 | 1A | 29 |
| Octal | 202 | 173 | 115 | 0 | 5 | 51 | 61 | 64 | 32 | 51 |
| Binary | 10000010 | 1111011 | 1001101 | 0 | 101 | 101001 | 110001 | 110100 | 11010 | 101001 |
Color Harmonies of #827B4D
Complementary color
Monochromatic Colors of #827B4D
Black with #827B4D
Text Example
Text Example
White with #827B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827B4D; }
p { color: rgb(130,123,77); }
H1.HeaderClassName
{
color: #827B4D;
}
.AnyTagClassName
{
color: #827B4D;
}
</style>
background-color css
<style>
a { background-color: #827B4D; }
a { background-color: rgb(130,123,77); }
div.DivClassName
{
background-color: #827B4D;
}
.BgClassName
{
background-color: #827B4D;
}
</style>
border-color css
<style>
span { border-color: #827B4D; }
span { border-color: rgb(130,123,77); }
td.TdClassName
{
border-color: #827B4D;
}
.TagClassName
{
border-color: #827B4D;
}
</style>