Shades of Kokoda #81824A
Tints of Kokoda #81824A
RGB
CMYK
RGB Variations
Color information
#81824A (or 0x81824A) is known color: Kokoda. HEX triplet: 81, 82 and 4A. RGB value is (129,130,74). Sum of RGB (Red+Green+Blue) = 129+130+74=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 130 - color contains mainly: green. Hex color #81824A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81824A is #7E7DB5. Grayscale: #7B7B7B. Windows color (decimal): -8289718 or 4883073. OLE color: 4883073.
HSL color Cylindrical-coordinate representation of color #81824A: hue angle of 61.07º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81824A is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 130 | 74 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.49 |
| HSL | 61.07º | 0.27% | 0.4% | - |
| HSV(B) | 61.07º | 0.43% | 0.51% | - |
| XYZ | 18.27 | 21.13 | 9.59 | - |
| YUV | 123.32 | 100.17 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 130 | 74 | 0.01 | 0 | 0.43 | 0.49 | 61.07 | 0.27 | 0.4 |
| Hex | 81 | 82 | 4A | 1 | 0 | 2B | 31 | 3D | 1B | 28 |
| Octal | 201 | 202 | 112 | 1 | 0 | 53 | 61 | 75 | 33 | 50 |
| Binary | 10000001 | 10000010 | 1001010 | 1 | 0 | 101011 | 110001 | 111101 | 11011 | 101000 |
Color Harmonies of #81824A
Complementary color
Monochromatic Colors of #81824A
Black with #81824A
Text Example
Text Example
White with #81824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81824A; }
p { color: rgb(129,130,74); }
H1.HeaderClassName
{
color: #81824A;
}
.AnyTagClassName
{
color: #81824A;
}
</style>
background-color css
<style>
a { background-color: #81824A; }
a { background-color: rgb(129,130,74); }
div.DivClassName
{
background-color: #81824A;
}
.BgClassName
{
background-color: #81824A;
}
</style>
border-color css
<style>
span { border-color: #81824A; }
span { border-color: rgb(129,130,74); }
td.TdClassName
{
border-color: #81824A;
}
.TagClassName
{
border-color: #81824A;
}
</style>