Shades of Kokoda #82804C
Tints of Kokoda #82804C
RGB
CMYK
RGB Variations
Color information
#82804C (or 0x82804C) is known color: Kokoda. HEX triplet: 82, 80 and 4C. RGB value is (130,128,76). Sum of RGB (Red+Green+Blue) = 130+128+76=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #82804C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82804C is #7D7FB3. Grayscale: #7A7A7A. Windows color (decimal): -8224692 or 5013634. OLE color: 5013634.
HSL color Cylindrical-coordinate representation of color #82804C: hue angle of 57.78º degrees, saturation: 0.26, 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 #82804C is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 76 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.49 |
| HSL | 57.78º | 0.26% | 0.4% | - |
| HSV(B) | 57.78º | 0.42% | 0.51% | - |
| XYZ | 18.23 | 20.71 | 9.87 | - |
| YUV | 122.67 | 101.66 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 76 | 0 | 0.02 | 0.42 | 0.49 | 57.78 | 0.26 | 0.4 |
| Hex | 82 | 80 | 4C | 0 | 2 | 2A | 31 | 3A | 1A | 28 |
| Octal | 202 | 200 | 114 | 0 | 2 | 52 | 61 | 72 | 32 | 50 |
| Binary | 10000010 | 10000000 | 1001100 | 0 | 10 | 101010 | 110001 | 111010 | 11010 | 101000 |
Color Harmonies of #82804C
Complementary color
Monochromatic Colors of #82804C
Black with #82804C
Text Example
Text Example
White with #82804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82804C; }
p { color: rgb(130,128,76); }
H1.HeaderClassName
{
color: #82804C;
}
.AnyTagClassName
{
color: #82804C;
}
</style>
background-color css
<style>
a { background-color: #82804C; }
a { background-color: rgb(130,128,76); }
div.DivClassName
{
background-color: #82804C;
}
.BgClassName
{
background-color: #82804C;
}
</style>
border-color css
<style>
span { border-color: #82804C; }
span { border-color: rgb(130,128,76); }
td.TdClassName
{
border-color: #82804C;
}
.TagClassName
{
border-color: #82804C;
}
</style>