Shades of Cumin #74432F
Tints of Cumin #74432F
RGB
CMYK
RGB Variations
Color information
#74432F (or 0x74432F) is known color: Cumin. HEX triplet: 74, 43 and 2F. RGB value is (116,67,47). Sum of RGB (Red+Green+Blue) = 116+67+47=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #74432F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74432F is #8BBCD0. Grayscale: #4F4F4F. Windows color (decimal): -9157841 or 3097460. OLE color: 3097460.
HSL color Cylindrical-coordinate representation of color #74432F: hue angle of 17.39º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74432F is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 67 | 47 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.55 |
| HSL | 17.39º | 0.42% | 0.32% | - |
| HSV(B) | 17.39º | 0.59% | 0.45% | - |
| XYZ | 9.72 | 7.93 | 3.71 | - |
| YUV | 79.37 | 109.73 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 67 | 47 | 0 | 0.42 | 0.59 | 0.55 | 17.39 | 0.42 | 0.32 |
| Hex | 74 | 43 | 2F | 0 | 2A | 3B | 37 | 11 | 2A | 20 |
| Octal | 164 | 103 | 57 | 0 | 52 | 73 | 67 | 21 | 52 | 40 |
| Binary | 1110100 | 1000011 | 101111 | 0 | 101010 | 111011 | 110111 | 10001 | 101010 | 100000 |
Color Harmonies of #74432F
Complementary color
Monochromatic Colors of #74432F
Black with #74432F
Text Example
Text Example
White with #74432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74432F; }
p { color: rgb(116,67,47); }
H1.HeaderClassName
{
color: #74432F;
}
.AnyTagClassName
{
color: #74432F;
}
</style>
background-color css
<style>
a { background-color: #74432F; }
a { background-color: rgb(116,67,47); }
div.DivClassName
{
background-color: #74432F;
}
.BgClassName
{
background-color: #74432F;
}
</style>
border-color css
<style>
span { border-color: #74432F; }
span { border-color: rgb(116,67,47); }
td.TdClassName
{
border-color: #74432F;
}
.TagClassName
{
border-color: #74432F;
}
</style>