Shades of Kokoda #827F52
Tints of Kokoda #827F52
RGB
CMYK
RGB Variations
Color information
#827F52 (or 0x827F52) is known color: Kokoda. HEX triplet: 82, 7F and 52. RGB value is (130,127,82). Sum of RGB (Red+Green+Blue) = 130+127+82=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #827F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F52 is #7D80AD. Grayscale: #7A7A7A. Windows color (decimal): -8224942 or 5406594. OLE color: 5406594.
HSL color Cylindrical-coordinate representation of color #827F52: hue angle of 56.25º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #827F52 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 127 | 82 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.49 |
| HSL | 56.25º | 0.23% | 0.42% | - |
| HSV(B) | 56.25º | 0.37% | 0.51% | - |
| XYZ | 18.32 | 20.53 | 10.98 | - |
| YUV | 122.77 | 104.99 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 82 | 0 | 0.02 | 0.37 | 0.49 | 56.25 | 0.23 | 0.42 |
| Hex | 82 | 7F | 52 | 0 | 2 | 25 | 31 | 38 | 17 | 2A |
| Octal | 202 | 177 | 122 | 0 | 2 | 45 | 61 | 70 | 27 | 52 |
| Binary | 10000010 | 1111111 | 1010010 | 0 | 10 | 100101 | 110001 | 111000 | 10111 | 101010 |
Color Harmonies of #827F52
Complementary color
Monochromatic Colors of #827F52
Black with #827F52
Text Example
Text Example
White with #827F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827F52; }
p { color: rgb(130,127,82); }
H1.HeaderClassName
{
color: #827F52;
}
.AnyTagClassName
{
color: #827F52;
}
</style>
background-color css
<style>
a { background-color: #827F52; }
a { background-color: rgb(130,127,82); }
div.DivClassName
{
background-color: #827F52;
}
.BgClassName
{
background-color: #827F52;
}
</style>
border-color css
<style>
span { border-color: #827F52; }
span { border-color: rgb(130,127,82); }
td.TdClassName
{
border-color: #827F52;
}
.TagClassName
{
border-color: #827F52;
}
</style>