Shades of Kokoda #81834C
Tints of Kokoda #81834C
RGB
CMYK
RGB Variations
Color information
#81834C (or 0x81834C) is known color: Kokoda. HEX triplet: 81, 83 and 4C. RGB value is (129,131,76). Sum of RGB (Red+Green+Blue) = 129+131+76=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 131 - color contains mainly: green. Hex color #81834C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81834C is #7E7CB3. Grayscale: #7C7C7C. Windows color (decimal): -8289460 or 5014401. OLE color: 5014401.
HSL color Cylindrical-coordinate representation of color #81834C: hue angle of 62.18º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81834C is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 131 | 76 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.49 |
| HSL | 62.18º | 0.27% | 0.41% | - |
| HSV(B) | 62.18º | 0.42% | 0.51% | - |
| XYZ | 18.47 | 21.42 | 10 | - |
| YUV | 124.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 131 | 76 | 0.02 | 0 | 0.42 | 0.49 | 62.18 | 0.27 | 0.41 |
| Hex | 81 | 83 | 4C | 2 | 0 | 2A | 31 | 3E | 1B | 29 |
| Octal | 201 | 203 | 114 | 2 | 0 | 52 | 61 | 76 | 33 | 51 |
| Binary | 10000001 | 10000011 | 1001100 | 10 | 0 | 101010 | 110001 | 111110 | 11011 | 101001 |
Color Harmonies of #81834C
Complementary color
Monochromatic Colors of #81834C
Black with #81834C
Text Example
Text Example
White with #81834C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81834C; }
p { color: rgb(129,131,76); }
H1.HeaderClassName
{
color: #81834C;
}
.AnyTagClassName
{
color: #81834C;
}
</style>
background-color css
<style>
a { background-color: #81834C; }
a { background-color: rgb(129,131,76); }
div.DivClassName
{
background-color: #81834C;
}
.BgClassName
{
background-color: #81834C;
}
</style>
border-color css
<style>
span { border-color: #81834C; }
span { border-color: rgb(129,131,76); }
td.TdClassName
{
border-color: #81834C;
}
.TagClassName
{
border-color: #81834C;
}
</style>