Shades of Cumin #734231
Tints of Cumin #734231
RGB
CMYK
RGB Variations
Color information
#734231 (or 0x734231) is known color: Cumin. HEX triplet: 73, 42 and 31. RGB value is (115,66,49). Sum of RGB (Red+Green+Blue) = 115+66+49=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #734231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734231 is #8CBDCE. Grayscale: #4E4E4E. Windows color (decimal): -9223631 or 3228275. OLE color: 3228275.
HSL color Cylindrical-coordinate representation of color #734231: hue angle of 15.45º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #734231 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 66 | 49 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.55 |
| HSL | 15.45º | 0.4% | 0.32% | - |
| HSV(B) | 15.45º | 0.57% | 0.45% | - |
| XYZ | 9.57 | 7.76 | 3.9 | - |
| YUV | 78.71 | 111.23 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 66 | 49 | 0 | 0.43 | 0.57 | 0.55 | 15.45 | 0.4 | 0.32 |
| Hex | 73 | 42 | 31 | 0 | 2B | 39 | 37 | F | 28 | 20 |
| Octal | 163 | 102 | 61 | 0 | 53 | 71 | 67 | 17 | 50 | 40 |
| Binary | 1110011 | 1000010 | 110001 | 0 | 101011 | 111001 | 110111 | 1111 | 101000 | 100000 |
Color Harmonies of #734231
Complementary color
Monochromatic Colors of #734231
Black with #734231
Text Example
Text Example
White with #734231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734231; }
p { color: rgb(115,66,49); }
H1.HeaderClassName
{
color: #734231;
}
.AnyTagClassName
{
color: #734231;
}
</style>
background-color css
<style>
a { background-color: #734231; }
a { background-color: rgb(115,66,49); }
div.DivClassName
{
background-color: #734231;
}
.BgClassName
{
background-color: #734231;
}
</style>
border-color css
<style>
span { border-color: #734231; }
span { border-color: rgb(115,66,49); }
td.TdClassName
{
border-color: #734231;
}
.TagClassName
{
border-color: #734231;
}
</style>