Shades of Kokoda #84824B
Tints of Kokoda #84824B
RGB
CMYK
RGB Variations
Color information
#84824B (or 0x84824B) is known color: Kokoda. HEX triplet: 84, 82 and 4B. RGB value is (132,130,75). Sum of RGB (Red+Green+Blue) = 132+130+75=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 132 - color contains mainly: red. Hex color #84824B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84824B is #7B7DB4. Grayscale: #7C7C7C. Windows color (decimal): -8093109 or 4948612. OLE color: 4948612.
HSL color Cylindrical-coordinate representation of color #84824B: hue angle of 57.89º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84824B is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 130 | 75 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.48 |
| HSL | 57.89º | 0.28% | 0.41% | - |
| HSV(B) | 57.89º | 0.43% | 0.52% | - |
| XYZ | 18.77 | 21.38 | 9.79 | - |
| YUV | 124.33 | 100.16 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 75 | 0 | 0.02 | 0.43 | 0.48 | 57.89 | 0.28 | 0.41 |
| Hex | 84 | 82 | 4B | 0 | 2 | 2B | 30 | 3A | 1C | 29 |
| Octal | 204 | 202 | 113 | 0 | 2 | 53 | 60 | 72 | 34 | 51 |
| Binary | 10000100 | 10000010 | 1001011 | 0 | 10 | 101011 | 110000 | 111010 | 11100 | 101001 |
Color Harmonies of #84824B
Complementary color
Monochromatic Colors of #84824B
Black with #84824B
Text Example
Text Example
White with #84824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84824B; }
p { color: rgb(132,130,75); }
H1.HeaderClassName
{
color: #84824B;
}
.AnyTagClassName
{
color: #84824B;
}
</style>
background-color css
<style>
a { background-color: #84824B; }
a { background-color: rgb(132,130,75); }
div.DivClassName
{
background-color: #84824B;
}
.BgClassName
{
background-color: #84824B;
}
</style>
border-color css
<style>
span { border-color: #84824B; }
span { border-color: rgb(132,130,75); }
td.TdClassName
{
border-color: #84824B;
}
.TagClassName
{
border-color: #84824B;
}
</style>