Shades of Cumin #83442C
Tints of Cumin #83442C
RGB
CMYK
RGB Variations
Color information
#83442C (or 0x83442C) is known color: Cumin. HEX triplet: 83, 44 and 2C. RGB value is (131,68,44). Sum of RGB (Red+Green+Blue) = 131+68+44=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #83442C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83442C is #7CBBD3. Grayscale: #545454. Windows color (decimal): -8174548 or 2901123. OLE color: 2901123.
HSL color Cylindrical-coordinate representation of color #83442C: hue angle of 16.55º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83442C is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 68 | 44 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.49 |
| HSL | 16.55º | 0.5% | 0.34% | - |
| HSV(B) | 16.55º | 0.66% | 0.51% | - |
| XYZ | 11.88 | 9.14 | 3.52 | - |
| YUV | 84.1 | 105.37 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 68 | 44 | 0 | 0.48 | 0.66 | 0.49 | 16.55 | 0.5 | 0.34 |
| Hex | 83 | 44 | 2C | 0 | 30 | 42 | 31 | 11 | 32 | 22 |
| Octal | 203 | 104 | 54 | 0 | 60 | 102 | 61 | 21 | 62 | 42 |
| Binary | 10000011 | 1000100 | 101100 | 0 | 110000 | 1000010 | 110001 | 10001 | 110010 | 100010 |
Color Harmonies of #83442C
Complementary color
Monochromatic Colors of #83442C
Black with #83442C
Text Example
Text Example
White with #83442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83442C; }
p { color: rgb(131,68,44); }
H1.HeaderClassName
{
color: #83442C;
}
.AnyTagClassName
{
color: #83442C;
}
</style>
background-color css
<style>
a { background-color: #83442C; }
a { background-color: rgb(131,68,44); }
div.DivClassName
{
background-color: #83442C;
}
.BgClassName
{
background-color: #83442C;
}
</style>
border-color css
<style>
span { border-color: #83442C; }
span { border-color: rgb(131,68,44); }
td.TdClassName
{
border-color: #83442C;
}
.TagClassName
{
border-color: #83442C;
}
</style>