Shades of Cumin #81452C
Tints of Cumin #81452C
RGB
CMYK
RGB Variations
Color information
#81452C (or 0x81452C) is known color: Cumin. HEX triplet: 81, 45 and 2C. RGB value is (129,69,44). Sum of RGB (Red+Green+Blue) = 129+69+44=242 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.31% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 129 - color contains mainly: red. Hex color #81452C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81452C is #7EBAD3. Grayscale: #545454. Windows color (decimal): -8305364 or 2901377. OLE color: 2901377.
HSL color Cylindrical-coordinate representation of color #81452C: hue angle of 17.65º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #81452C is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 69 | 44 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.49 |
| HSL | 17.65º | 0.49% | 0.34% | - |
| HSV(B) | 17.65º | 0.66% | 0.51% | - |
| XYZ | 11.64 | 9.11 | 3.53 | - |
| YUV | 84.09 | 105.38 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 69 | 44 | 0 | 0.47 | 0.66 | 0.49 | 17.65 | 0.49 | 0.34 |
| Hex | 81 | 45 | 2C | 0 | 2F | 42 | 31 | 12 | 31 | 22 |
| Octal | 201 | 105 | 54 | 0 | 57 | 102 | 61 | 22 | 61 | 42 |
| Binary | 10000001 | 1000101 | 101100 | 0 | 101111 | 1000010 | 110001 | 10010 | 110001 | 100010 |
Color Harmonies of #81452C
Complementary color
Monochromatic Colors of #81452C
Black with #81452C
Text Example
Text Example
White with #81452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81452C; }
p { color: rgb(129,69,44); }
H1.HeaderClassName
{
color: #81452C;
}
.AnyTagClassName
{
color: #81452C;
}
</style>
background-color css
<style>
a { background-color: #81452C; }
a { background-color: rgb(129,69,44); }
div.DivClassName
{
background-color: #81452C;
}
.BgClassName
{
background-color: #81452C;
}
</style>
border-color css
<style>
span { border-color: #81452C; }
span { border-color: rgb(129,69,44); }
td.TdClassName
{
border-color: #81452C;
}
.TagClassName
{
border-color: #81452C;
}
</style>