Shades of Kokoda #827D52
Tints of Kokoda #827D52
RGB
CMYK
RGB Variations
Color information
#827D52 (or 0x827D52) is known color: Kokoda. HEX triplet: 82, 7D and 52. RGB value is (130,125,82). Sum of RGB (Red+Green+Blue) = 130+125+82=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #827D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827D52 is #7D82AD. Grayscale: #797979. Windows color (decimal): -8225454 or 5406082. OLE color: 5406082.
HSL color Cylindrical-coordinate representation of color #827D52: hue angle of 53.75º 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 #827D52 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 125 | 82 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.49 |
| HSL | 53.75º | 0.23% | 0.42% | - |
| HSV(B) | 53.75º | 0.37% | 0.51% | - |
| XYZ | 18.06 | 20.02 | 10.9 | - |
| YUV | 121.59 | 105.66 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 82 | 0 | 0.04 | 0.37 | 0.49 | 53.75 | 0.23 | 0.42 |
| Hex | 82 | 7D | 52 | 0 | 4 | 25 | 31 | 36 | 17 | 2A |
| Octal | 202 | 175 | 122 | 0 | 4 | 45 | 61 | 66 | 27 | 52 |
| Binary | 10000010 | 1111101 | 1010010 | 0 | 100 | 100101 | 110001 | 110110 | 10111 | 101010 |
Color Harmonies of #827D52
Complementary color
Monochromatic Colors of #827D52
Black with #827D52
Text Example
Text Example
White with #827D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D52; }
p { color: rgb(130,125,82); }
H1.HeaderClassName
{
color: #827D52;
}
.AnyTagClassName
{
color: #827D52;
}
</style>
background-color css
<style>
a { background-color: #827D52; }
a { background-color: rgb(130,125,82); }
div.DivClassName
{
background-color: #827D52;
}
.BgClassName
{
background-color: #827D52;
}
</style>
border-color css
<style>
span { border-color: #827D52; }
span { border-color: rgb(130,125,82); }
td.TdClassName
{
border-color: #827D52;
}
.TagClassName
{
border-color: #827D52;
}
</style>