Shades of Kokoda #84814C
Tints of Kokoda #84814C
RGB
CMYK
RGB Variations
Color information
#84814C (or 0x84814C) is known color: Kokoda. HEX triplet: 84, 81 and 4C. RGB value is (132,129,76). Sum of RGB (Red+Green+Blue) = 132+129+76=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 132 - color contains mainly: red. Hex color #84814C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84814C is #7B7EB3. Grayscale: #7C7C7C. Windows color (decimal): -8093364 or 5013892. OLE color: 5013892.
HSL color Cylindrical-coordinate representation of color #84814C: hue angle of 56.79º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84814C is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 129 | 76 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.48 |
| HSL | 56.79º | 0.27% | 0.41% | - |
| HSV(B) | 56.79º | 0.42% | 0.52% | - |
| XYZ | 18.67 | 21.13 | 9.93 | - |
| YUV | 123.86 | 100.99 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 76 | 0 | 0.02 | 0.42 | 0.48 | 56.79 | 0.27 | 0.41 |
| Hex | 84 | 81 | 4C | 0 | 2 | 2A | 30 | 39 | 1B | 29 |
| Octal | 204 | 201 | 114 | 0 | 2 | 52 | 60 | 71 | 33 | 51 |
| Binary | 10000100 | 10000001 | 1001100 | 0 | 10 | 101010 | 110000 | 111001 | 11011 | 101001 |
Color Harmonies of #84814C
Complementary color
Monochromatic Colors of #84814C
Black with #84814C
Text Example
Text Example
White with #84814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84814C; }
p { color: rgb(132,129,76); }
H1.HeaderClassName
{
color: #84814C;
}
.AnyTagClassName
{
color: #84814C;
}
</style>
background-color css
<style>
a { background-color: #84814C; }
a { background-color: rgb(132,129,76); }
div.DivClassName
{
background-color: #84814C;
}
.BgClassName
{
background-color: #84814C;
}
</style>
border-color css
<style>
span { border-color: #84814C; }
span { border-color: rgb(132,129,76); }
td.TdClassName
{
border-color: #84814C;
}
.TagClassName
{
border-color: #84814C;
}
</style>