Shades of Cumin #78452F
Tints of Cumin #78452F
RGB
CMYK
RGB Variations
Color information
#78452F (or 0x78452F) is known color: Cumin. HEX triplet: 78, 45 and 2F. RGB value is (120,69,47). Sum of RGB (Red+Green+Blue) = 120+69+47=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #78452F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78452F is #87BAD0. Grayscale: #515151. Windows color (decimal): -8895185 or 3097976. OLE color: 3097976.
HSL color Cylindrical-coordinate representation of color #78452F: hue angle of 18.08º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #78452F is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 69 | 47 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.53 |
| HSL | 18.08º | 0.44% | 0.33% | - |
| HSV(B) | 18.08º | 0.61% | 0.47% | - |
| XYZ | 10.39 | 8.45 | 3.77 | - |
| YUV | 81.74 | 108.4 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 69 | 47 | 0 | 0.42 | 0.61 | 0.53 | 18.08 | 0.44 | 0.33 |
| Hex | 78 | 45 | 2F | 0 | 2A | 3D | 35 | 12 | 2C | 21 |
| Octal | 170 | 105 | 57 | 0 | 52 | 75 | 65 | 22 | 54 | 41 |
| Binary | 1111000 | 1000101 | 101111 | 0 | 101010 | 111101 | 110101 | 10010 | 101100 | 100001 |
Color Harmonies of #78452F
Complementary color
Monochromatic Colors of #78452F
Black with #78452F
Text Example
Text Example
White with #78452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78452F; }
p { color: rgb(120,69,47); }
H1.HeaderClassName
{
color: #78452F;
}
.AnyTagClassName
{
color: #78452F;
}
</style>
background-color css
<style>
a { background-color: #78452F; }
a { background-color: rgb(120,69,47); }
div.DivClassName
{
background-color: #78452F;
}
.BgClassName
{
background-color: #78452F;
}
</style>
border-color css
<style>
span { border-color: #78452F; }
span { border-color: rgb(120,69,47); }
td.TdClassName
{
border-color: #78452F;
}
.TagClassName
{
border-color: #78452F;
}
</style>