Shades of Cumin #754433
Tints of Cumin #754433
RGB
CMYK
RGB Variations
Color information
#754433 (or 0x754433) is known color: Cumin. HEX triplet: 75, 44 and 33. RGB value is (117,68,51). Sum of RGB (Red+Green+Blue) = 117+68+51=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #754433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754433 is #8ABBCC. Grayscale: #505050. Windows color (decimal): -9092045 or 3359861. OLE color: 3359861.
HSL color Cylindrical-coordinate representation of color #754433: hue angle of 15.45º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #754433 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 68 | 51 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.54 |
| HSL | 15.45º | 0.39% | 0.33% | - |
| HSV(B) | 15.45º | 0.56% | 0.46% | - |
| XYZ | 10 | 8.16 | 4.18 | - |
| YUV | 80.71 | 111.23 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 68 | 51 | 0 | 0.42 | 0.56 | 0.54 | 15.45 | 0.39 | 0.33 |
| Hex | 75 | 44 | 33 | 0 | 2A | 38 | 36 | F | 27 | 21 |
| Octal | 165 | 104 | 63 | 0 | 52 | 70 | 66 | 17 | 47 | 41 |
| Binary | 1110101 | 1000100 | 110011 | 0 | 101010 | 111000 | 110110 | 1111 | 100111 | 100001 |
Color Harmonies of #754433
Complementary color
Monochromatic Colors of #754433
Black with #754433
Text Example
Text Example
White with #754433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754433; }
p { color: rgb(117,68,51); }
H1.HeaderClassName
{
color: #754433;
}
.AnyTagClassName
{
color: #754433;
}
</style>
background-color css
<style>
a { background-color: #754433; }
a { background-color: rgb(117,68,51); }
div.DivClassName
{
background-color: #754433;
}
.BgClassName
{
background-color: #754433;
}
</style>
border-color css
<style>
span { border-color: #754433; }
span { border-color: rgb(117,68,51); }
td.TdClassName
{
border-color: #754433;
}
.TagClassName
{
border-color: #754433;
}
</style>