Shades of Cumin #7D422F
Tints of Cumin #7D422F
RGB
CMYK
RGB Variations
Color information
#7D422F (or 0x7D422F) is known color: Cumin. HEX triplet: 7D, 42 and 2F. RGB value is (125,66,47). Sum of RGB (Red+Green+Blue) = 125+66+47=238 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.52% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 125 - color contains mainly: red. Hex color #7D422F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D422F is #82BDD0. Grayscale: #515151. Windows color (decimal): -8568273 or 3097213. OLE color: 3097213.
HSL color Cylindrical-coordinate representation of color #7D422F: hue angle of 14.62º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D422F is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 66 | 47 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.51 |
| HSL | 14.62º | 0.45% | 0.34% | - |
| HSV(B) | 14.62º | 0.62% | 0.49% | - |
| XYZ | 10.92 | 8.46 | 3.75 | - |
| YUV | 81.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 66 | 47 | 0 | 0.47 | 0.62 | 0.51 | 14.62 | 0.45 | 0.34 |
| Hex | 7D | 42 | 2F | 0 | 2F | 3E | 33 | F | 2D | 22 |
| Octal | 175 | 102 | 57 | 0 | 57 | 76 | 63 | 17 | 55 | 42 |
| Binary | 1111101 | 1000010 | 101111 | 0 | 101111 | 111110 | 110011 | 1111 | 101101 | 100010 |
Color Harmonies of #7D422F
Complementary color
Monochromatic Colors of #7D422F
Black with #7D422F
Text Example
Text Example
White with #7D422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D422F; }
p { color: rgb(125,66,47); }
H1.HeaderClassName
{
color: #7D422F;
}
.AnyTagClassName
{
color: #7D422F;
}
</style>
background-color css
<style>
a { background-color: #7D422F; }
a { background-color: rgb(125,66,47); }
div.DivClassName
{
background-color: #7D422F;
}
.BgClassName
{
background-color: #7D422F;
}
</style>
border-color css
<style>
span { border-color: #7D422F; }
span { border-color: rgb(125,66,47); }
td.TdClassName
{
border-color: #7D422F;
}
.TagClassName
{
border-color: #7D422F;
}
</style>