Shades of Cumin #82432D
Tints of Cumin #82432D
RGB
CMYK
RGB Variations
Color information
#82432D (or 0x82432D) is known color: Cumin. HEX triplet: 82, 43 and 2D. RGB value is (130,67,45). Sum of RGB (Red+Green+Blue) = 130+67+45=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #82432D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82432D is #7DBCD2. Grayscale: #535353. Windows color (decimal): -8240339 or 2966402. OLE color: 2966402.
HSL color Cylindrical-coordinate representation of color #82432D: hue angle of 15.53º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82432D is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 67 | 45 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.49 |
| HSL | 15.53º | 0.49% | 0.34% | - |
| HSV(B) | 15.53º | 0.65% | 0.51% | - |
| XYZ | 11.69 | 8.95 | 3.59 | - |
| YUV | 83.33 | 106.37 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 67 | 45 | 0 | 0.48 | 0.65 | 0.49 | 15.53 | 0.49 | 0.34 |
| Hex | 82 | 43 | 2D | 0 | 30 | 41 | 31 | 10 | 31 | 22 |
| Octal | 202 | 103 | 55 | 0 | 60 | 101 | 61 | 20 | 61 | 42 |
| Binary | 10000010 | 1000011 | 101101 | 0 | 110000 | 1000001 | 110001 | 10000 | 110001 | 100010 |
Color Harmonies of #82432D
Complementary color
Monochromatic Colors of #82432D
Black with #82432D
Text Example
Text Example
White with #82432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82432D; }
p { color: rgb(130,67,45); }
H1.HeaderClassName
{
color: #82432D;
}
.AnyTagClassName
{
color: #82432D;
}
</style>
background-color css
<style>
a { background-color: #82432D; }
a { background-color: rgb(130,67,45); }
div.DivClassName
{
background-color: #82432D;
}
.BgClassName
{
background-color: #82432D;
}
</style>
border-color css
<style>
span { border-color: #82432D; }
span { border-color: rgb(130,67,45); }
td.TdClassName
{
border-color: #82432D;
}
.TagClassName
{
border-color: #82432D;
}
</style>