Shades of Cumin #754333
Tints of Cumin #754333
RGB
CMYK
RGB Variations
Color information
#754333 (or 0x754333) is known color: Cumin. HEX triplet: 75, 43 and 33. RGB value is (117,67,51). Sum of RGB (Red+Green+Blue) = 117+67+51=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #754333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754333 is #8ABCCC. Grayscale: #505050. Windows color (decimal): -9092301 or 3359605. OLE color: 3359605.
HSL color Cylindrical-coordinate representation of color #754333: hue angle of 14.55º 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 #754333 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 67 | 51 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.54 |
| HSL | 14.55º | 0.39% | 0.33% | - |
| HSV(B) | 14.55º | 0.56% | 0.46% | - |
| XYZ | 9.94 | 8.04 | 4.16 | - |
| YUV | 80.13 | 111.57 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 67 | 51 | 0 | 0.43 | 0.56 | 0.54 | 14.55 | 0.39 | 0.33 |
| Hex | 75 | 43 | 33 | 0 | 2B | 38 | 36 | F | 27 | 21 |
| Octal | 165 | 103 | 63 | 0 | 53 | 70 | 66 | 17 | 47 | 41 |
| Binary | 1110101 | 1000011 | 110011 | 0 | 101011 | 111000 | 110110 | 1111 | 100111 | 100001 |
Color Harmonies of #754333
Complementary color
Monochromatic Colors of #754333
Black with #754333
Text Example
Text Example
White with #754333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754333; }
p { color: rgb(117,67,51); }
H1.HeaderClassName
{
color: #754333;
}
.AnyTagClassName
{
color: #754333;
}
</style>
background-color css
<style>
a { background-color: #754333; }
a { background-color: rgb(117,67,51); }
div.DivClassName
{
background-color: #754333;
}
.BgClassName
{
background-color: #754333;
}
</style>
border-color css
<style>
span { border-color: #754333; }
span { border-color: rgb(117,67,51); }
td.TdClassName
{
border-color: #754333;
}
.TagClassName
{
border-color: #754333;
}
</style>