Shades of Kokoda #827C4B
Tints of Kokoda #827C4B
RGB
CMYK
RGB Variations
Color information
#827C4B (or 0x827C4B) is known color: Kokoda. HEX triplet: 82, 7C and 4B. RGB value is (130,124,75). Sum of RGB (Red+Green+Blue) = 130+124+75=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #827C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827C4B is #7D83B4. Grayscale: #787878. Windows color (decimal): -8225717 or 4947074. OLE color: 4947074.
HSL color Cylindrical-coordinate representation of color #827C4B: hue angle of 53.45º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #827C4B is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 124 | 75 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.49 |
| HSL | 53.45º | 0.27% | 0.4% | - |
| HSV(B) | 53.45º | 0.42% | 0.51% | - |
| XYZ | 17.68 | 19.67 | 9.52 | - |
| YUV | 120.21 | 102.49 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 124 | 75 | 0 | 0.05 | 0.42 | 0.49 | 53.45 | 0.27 | 0.4 |
| Hex | 82 | 7C | 4B | 0 | 5 | 2A | 31 | 35 | 1B | 28 |
| Octal | 202 | 174 | 113 | 0 | 5 | 52 | 61 | 65 | 33 | 50 |
| Binary | 10000010 | 1111100 | 1001011 | 0 | 101 | 101010 | 110001 | 110101 | 11011 | 101000 |
Color Harmonies of #827C4B
Complementary color
Monochromatic Colors of #827C4B
Black with #827C4B
Text Example
Text Example
White with #827C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827C4B; }
p { color: rgb(130,124,75); }
H1.HeaderClassName
{
color: #827C4B;
}
.AnyTagClassName
{
color: #827C4B;
}
</style>
background-color css
<style>
a { background-color: #827C4B; }
a { background-color: rgb(130,124,75); }
div.DivClassName
{
background-color: #827C4B;
}
.BgClassName
{
background-color: #827C4B;
}
</style>
border-color css
<style>
span { border-color: #827C4B; }
span { border-color: rgb(130,124,75); }
td.TdClassName
{
border-color: #827C4B;
}
.TagClassName
{
border-color: #827C4B;
}
</style>