Shades of Cumin #7B452D
Tints of Cumin #7B452D
RGB
CMYK
RGB Variations
Color information
#7B452D (or 0x7B452D) is known color: Cumin. HEX triplet: 7B, 45 and 2D. RGB value is (123,69,45). Sum of RGB (Red+Green+Blue) = 123+69+45=237 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.90% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 123 - color contains mainly: red. Hex color #7B452D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B452D is #84BAD2. Grayscale: #525252. Windows color (decimal): -8698579 or 2966907. OLE color: 2966907.
HSL color Cylindrical-coordinate representation of color #7B452D: hue angle of 18.46º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B452D is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 69 | 45 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.52 |
| HSL | 18.46º | 0.46% | 0.33% | - |
| HSV(B) | 18.46º | 0.63% | 0.48% | - |
| XYZ | 10.77 | 8.66 | 3.59 | - |
| YUV | 82.41 | 106.89 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 69 | 45 | 0 | 0.44 | 0.63 | 0.52 | 18.46 | 0.46 | 0.33 |
| Hex | 7B | 45 | 2D | 0 | 2C | 3F | 34 | 12 | 2E | 21 |
| Octal | 173 | 105 | 55 | 0 | 54 | 77 | 64 | 22 | 56 | 41 |
| Binary | 1111011 | 1000101 | 101101 | 0 | 101100 | 111111 | 110100 | 10010 | 101110 | 100001 |
Color Harmonies of #7B452D
Complementary color
Monochromatic Colors of #7B452D
Black with #7B452D
Text Example
Text Example
White with #7B452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B452D; }
p { color: rgb(123,69,45); }
H1.HeaderClassName
{
color: #7B452D;
}
.AnyTagClassName
{
color: #7B452D;
}
</style>
background-color css
<style>
a { background-color: #7B452D; }
a { background-color: rgb(123,69,45); }
div.DivClassName
{
background-color: #7B452D;
}
.BgClassName
{
background-color: #7B452D;
}
</style>
border-color css
<style>
span { border-color: #7B452D; }
span { border-color: rgb(123,69,45); }
td.TdClassName
{
border-color: #7B452D;
}
.TagClassName
{
border-color: #7B452D;
}
</style>