Shades of Cumin #75402F
Tints of Cumin #75402F
RGB
CMYK
RGB Variations
Color information
#75402F (or 0x75402F) is known color: Cumin. HEX triplet: 75, 40 and 2F. RGB value is (117,64,47). Sum of RGB (Red+Green+Blue) = 117+64+47=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75402F is #8ABFD0. Grayscale: #4E4E4E. Windows color (decimal): -9093073 or 3096693. OLE color: 3096693.
HSL color Cylindrical-coordinate representation of color #75402F: hue angle of 14.57º 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 #75402F is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 64 | 47 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.54 |
| HSL | 14.57º | 0.43% | 0.32% | - |
| HSV(B) | 14.57º | 0.6% | 0.46% | - |
| XYZ | 9.68 | 7.65 | 3.66 | - |
| YUV | 77.91 | 110.56 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 47 | 0 | 0.45 | 0.60 | 0.54 | 14.57 | 0.43 | 0.32 |
| Hex | 75 | 40 | 2F | 0 | 2D | 3C | 36 | F | 2B | 20 |
| Octal | 165 | 100 | 57 | 0 | 55 | 74 | 66 | 17 | 53 | 40 |
| Binary | 1110101 | 1000000 | 101111 | 0 | 101101 | 111100 | 110110 | 1111 | 101011 | 100000 |
Color Harmonies of #75402F
Complementary color
Monochromatic Colors of #75402F
Black with #75402F
Text Example
Text Example
White with #75402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75402F; }
p { color: rgb(117,64,47); }
H1.HeaderClassName
{
color: #75402F;
}
.AnyTagClassName
{
color: #75402F;
}
</style>
background-color css
<style>
a { background-color: #75402F; }
a { background-color: rgb(117,64,47); }
div.DivClassName
{
background-color: #75402F;
}
.BgClassName
{
background-color: #75402F;
}
</style>
border-color css
<style>
span { border-color: #75402F; }
span { border-color: rgb(117,64,47); }
td.TdClassName
{
border-color: #75402F;
}
.TagClassName
{
border-color: #75402F;
}
</style>