Shades of Cumin #81462F
Tints of Cumin #81462F
RGB
CMYK
RGB Variations
Color information
#81462F (or 0x81462F) is known color: Cumin. HEX triplet: 81, 46 and 2F. RGB value is (129,70,47). Sum of RGB (Red+Green+Blue) = 129+70+47=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #81462F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81462F is #7EB9D0. Grayscale: #555555. Windows color (decimal): -8305105 or 3098241. OLE color: 3098241.
HSL color Cylindrical-coordinate representation of color #81462F: hue angle of 16.83º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81462F is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 70 | 47 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.49 |
| HSL | 16.83º | 0.47% | 0.35% | - |
| HSV(B) | 16.83º | 0.64% | 0.51% | - |
| XYZ | 11.76 | 9.25 | 3.86 | - |
| YUV | 85.02 | 106.55 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 70 | 47 | 0 | 0.46 | 0.64 | 0.49 | 16.83 | 0.47 | 0.35 |
| Hex | 81 | 46 | 2F | 0 | 2E | 40 | 31 | 11 | 2F | 23 |
| Octal | 201 | 106 | 57 | 0 | 56 | 100 | 61 | 21 | 57 | 43 |
| Binary | 10000001 | 1000110 | 101111 | 0 | 101110 | 1000000 | 110001 | 10001 | 101111 | 100011 |
Color Harmonies of #81462F
Complementary color
Monochromatic Colors of #81462F
Black with #81462F
Text Example
Text Example
White with #81462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81462F; }
p { color: rgb(129,70,47); }
H1.HeaderClassName
{
color: #81462F;
}
.AnyTagClassName
{
color: #81462F;
}
</style>
background-color css
<style>
a { background-color: #81462F; }
a { background-color: rgb(129,70,47); }
div.DivClassName
{
background-color: #81462F;
}
.BgClassName
{
background-color: #81462F;
}
</style>
border-color css
<style>
span { border-color: #81462F; }
span { border-color: rgb(129,70,47); }
td.TdClassName
{
border-color: #81462F;
}
.TagClassName
{
border-color: #81462F;
}
</style>