Shades of Kokoda #81825C
Tints of Kokoda #81825C
RGB
CMYK
RGB Variations
Color information
#81825C (or 0x81825C) is known color: Kokoda. HEX triplet: 81, 82 and 5C. RGB value is (129,130,92). Sum of RGB (Red+Green+Blue) = 129+130+92=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 130 - color contains mainly: green. Hex color #81825C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81825C is #7E7DA3. Grayscale: #7D7D7D. Windows color (decimal): -8289700 or 6062721. OLE color: 6062721.
HSL color Cylindrical-coordinate representation of color #81825C: hue angle of 61.58º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81825C is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 130 | 92 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.49 |
| HSL | 61.58º | 0.17% | 0.44% | - |
| HSV(B) | 61.58º | 0.29% | 0.51% | - |
| XYZ | 18.97 | 21.41 | 13.26 | - |
| YUV | 125.37 | 109.17 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 130 | 92 | 0.01 | 0 | 0.29 | 0.49 | 61.58 | 0.17 | 0.44 |
| Hex | 81 | 82 | 5C | 1 | 0 | 1D | 31 | 3E | 11 | 2C |
| Octal | 201 | 202 | 134 | 1 | 0 | 35 | 61 | 76 | 21 | 54 |
| Binary | 10000001 | 10000010 | 1011100 | 1 | 0 | 11101 | 110001 | 111110 | 10001 | 101100 |
Color Harmonies of #81825C
Complementary color
Monochromatic Colors of #81825C
Black with #81825C
Text Example
Text Example
White with #81825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81825C; }
p { color: rgb(129,130,92); }
H1.HeaderClassName
{
color: #81825C;
}
.AnyTagClassName
{
color: #81825C;
}
</style>
background-color css
<style>
a { background-color: #81825C; }
a { background-color: rgb(129,130,92); }
div.DivClassName
{
background-color: #81825C;
}
.BgClassName
{
background-color: #81825C;
}
</style>
border-color css
<style>
span { border-color: #81825C; }
span { border-color: rgb(129,130,92); }
td.TdClassName
{
border-color: #81825C;
}
.TagClassName
{
border-color: #81825C;
}
</style>