Shades of Cumin #75412F
Tints of Cumin #75412F
RGB
CMYK
RGB Variations
Color information
#75412F (or 0x75412F) is known color: Cumin. HEX triplet: 75, 41 and 2F. RGB value is (117,65,47). Sum of RGB (Red+Green+Blue) = 117+65+47=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75412F is #8ABED0. Grayscale: #4E4E4E. Windows color (decimal): -9092817 or 3096949. OLE color: 3096949.
HSL color Cylindrical-coordinate representation of color #75412F: hue angle of 15.43º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75412F is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 65 | 47 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.54 |
| HSL | 15.43º | 0.43% | 0.32% | - |
| HSV(B) | 15.43º | 0.6% | 0.46% | - |
| XYZ | 9.74 | 7.77 | 3.68 | - |
| YUV | 78.5 | 110.23 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 65 | 47 | 0 | 0.44 | 0.60 | 0.54 | 15.43 | 0.43 | 0.32 |
| Hex | 75 | 41 | 2F | 0 | 2C | 3C | 36 | F | 2B | 20 |
| Octal | 165 | 101 | 57 | 0 | 54 | 74 | 66 | 17 | 53 | 40 |
| Binary | 1110101 | 1000001 | 101111 | 0 | 101100 | 111100 | 110110 | 1111 | 101011 | 100000 |
Color Harmonies of #75412F
Complementary color
Monochromatic Colors of #75412F
Black with #75412F
Text Example
Text Example
White with #75412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75412F; }
p { color: rgb(117,65,47); }
H1.HeaderClassName
{
color: #75412F;
}
.AnyTagClassName
{
color: #75412F;
}
</style>
background-color css
<style>
a { background-color: #75412F; }
a { background-color: rgb(117,65,47); }
div.DivClassName
{
background-color: #75412F;
}
.BgClassName
{
background-color: #75412F;
}
</style>
border-color css
<style>
span { border-color: #75412F; }
span { border-color: rgb(117,65,47); }
td.TdClassName
{
border-color: #75412F;
}
.TagClassName
{
border-color: #75412F;
}
</style>