Shades of Kokoda #81834D
Tints of Kokoda #81834D
RGB
CMYK
RGB Variations
Color information
#81834D (or 0x81834D) is known color: Kokoda. HEX triplet: 81, 83 and 4D. RGB value is (129,131,77). Sum of RGB (Red+Green+Blue) = 129+131+77=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 131 - color contains mainly: green. Hex color #81834D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81834D is #7E7CB2. Grayscale: #7C7C7C. Windows color (decimal): -8289459 or 5079937. OLE color: 5079937.
HSL color Cylindrical-coordinate representation of color #81834D: hue angle of 62.22º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81834D is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 131 | 77 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.49 |
| HSL | 62.22º | 0.26% | 0.41% | - |
| HSV(B) | 62.22º | 0.41% | 0.51% | - |
| XYZ | 18.51 | 21.44 | 10.18 | - |
| YUV | 124.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 131 | 77 | 0.02 | 0 | 0.41 | 0.49 | 62.22 | 0.26 | 0.41 |
| Hex | 81 | 83 | 4D | 2 | 0 | 29 | 31 | 3E | 1A | 29 |
| Octal | 201 | 203 | 115 | 2 | 0 | 51 | 61 | 76 | 32 | 51 |
| Binary | 10000001 | 10000011 | 1001101 | 10 | 0 | 101001 | 110001 | 111110 | 11010 | 101001 |
Color Harmonies of #81834D
Complementary color
Monochromatic Colors of #81834D
Black with #81834D
Text Example
Text Example
White with #81834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81834D; }
p { color: rgb(129,131,77); }
H1.HeaderClassName
{
color: #81834D;
}
.AnyTagClassName
{
color: #81834D;
}
</style>
background-color css
<style>
a { background-color: #81834D; }
a { background-color: rgb(129,131,77); }
div.DivClassName
{
background-color: #81834D;
}
.BgClassName
{
background-color: #81834D;
}
</style>
border-color css
<style>
span { border-color: #81834D; }
span { border-color: rgb(129,131,77); }
td.TdClassName
{
border-color: #81834D;
}
.TagClassName
{
border-color: #81834D;
}
</style>