Shades of Cumin #81462E
Tints of Cumin #81462E
RGB
CMYK
RGB Variations
Color information
#81462E (or 0x81462E) is known color: Cumin. HEX triplet: 81, 46 and 2E. RGB value is (129,70,46). Sum of RGB (Red+Green+Blue) = 129+70+46=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #81462E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81462E is #7EB9D1. Grayscale: #555555. Windows color (decimal): -8305106 or 3032705. OLE color: 3032705.
HSL color Cylindrical-coordinate representation of color #81462E: hue angle of 17.35º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81462E is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 70 | 46 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.49 |
| HSL | 17.35º | 0.47% | 0.34% | - |
| HSV(B) | 17.35º | 0.64% | 0.51% | - |
| XYZ | 11.74 | 9.24 | 3.75 | - |
| YUV | 84.91 | 106.05 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 70 | 46 | 0 | 0.46 | 0.64 | 0.49 | 17.35 | 0.47 | 0.34 |
| Hex | 81 | 46 | 2E | 0 | 2E | 40 | 31 | 11 | 2F | 22 |
| Octal | 201 | 106 | 56 | 0 | 56 | 100 | 61 | 21 | 57 | 42 |
| Binary | 10000001 | 1000110 | 101110 | 0 | 101110 | 1000000 | 110001 | 10001 | 101111 | 100010 |
Color Harmonies of #81462E
Complementary color
Monochromatic Colors of #81462E
Black with #81462E
Text Example
Text Example
White with #81462E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81462E; }
p { color: rgb(129,70,46); }
H1.HeaderClassName
{
color: #81462E;
}
.AnyTagClassName
{
color: #81462E;
}
</style>
background-color css
<style>
a { background-color: #81462E; }
a { background-color: rgb(129,70,46); }
div.DivClassName
{
background-color: #81462E;
}
.BgClassName
{
background-color: #81462E;
}
</style>
border-color css
<style>
span { border-color: #81462E; }
span { border-color: rgb(129,70,46); }
td.TdClassName
{
border-color: #81462E;
}
.TagClassName
{
border-color: #81462E;
}
</style>