Shades of Cumin #7F452C
Tints of Cumin #7F452C
RGB
CMYK
RGB Variations
Color information
#7F452C (or 0x7F452C) is known color: Cumin. HEX triplet: 7F, 45 and 2C. RGB value is (127,69,44). Sum of RGB (Red+Green+Blue) = 127+69+44=240 (31% of max value = 765). Red value is 127 (50% from 255 or 52.92% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 127 - color contains mainly: red. Hex color #7F452C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F452C is #80BAD3. Grayscale: #535353. Windows color (decimal): -8436436 or 2901375. OLE color: 2901375.
HSL color Cylindrical-coordinate representation of color #7F452C: hue angle of 18.07º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F452C is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 69 | 44 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.50 |
| HSL | 18.07º | 0.49% | 0.34% | - |
| HSV(B) | 18.07º | 0.65% | 0.5% | - |
| XYZ | 11.34 | 8.95 | 3.51 | - |
| YUV | 83.49 | 105.72 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 69 | 44 | 0 | 0.46 | 0.65 | 0.50 | 18.07 | 0.49 | 0.34 |
| Hex | 7F | 45 | 2C | 0 | 2E | 41 | 32 | 12 | 31 | 22 |
| Octal | 177 | 105 | 54 | 0 | 56 | 101 | 62 | 22 | 61 | 42 |
| Binary | 1111111 | 1000101 | 101100 | 0 | 101110 | 1000001 | 110010 | 10010 | 110001 | 100010 |
Color Harmonies of #7F452C
Complementary color
Monochromatic Colors of #7F452C
Black with #7F452C
Text Example
Text Example
White with #7F452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F452C; }
p { color: rgb(127,69,44); }
H1.HeaderClassName
{
color: #7F452C;
}
.AnyTagClassName
{
color: #7F452C;
}
</style>
background-color css
<style>
a { background-color: #7F452C; }
a { background-color: rgb(127,69,44); }
div.DivClassName
{
background-color: #7F452C;
}
.BgClassName
{
background-color: #7F452C;
}
</style>
border-color css
<style>
span { border-color: #7F452C; }
span { border-color: rgb(127,69,44); }
td.TdClassName
{
border-color: #7F452C;
}
.TagClassName
{
border-color: #7F452C;
}
</style>