Shades of Cumin #82452E
Tints of Cumin #82452E
RGB
CMYK
RGB Variations
Color information
#82452E (or 0x82452E) is known color: Cumin. HEX triplet: 82, 45 and 2E. RGB value is (130,69,46). Sum of RGB (Red+Green+Blue) = 130+69+46=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #82452E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82452E is #7DBAD1. Grayscale: #545454. Windows color (decimal): -8239826 or 3032450. OLE color: 3032450.
HSL color Cylindrical-coordinate representation of color #82452E: hue angle of 16.43º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82452E is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 69 | 46 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.49 |
| HSL | 16.43º | 0.48% | 0.35% | - |
| HSV(B) | 16.43º | 0.65% | 0.51% | - |
| XYZ | 11.83 | 9.2 | 3.74 | - |
| YUV | 84.62 | 106.21 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 69 | 46 | 0 | 0.47 | 0.65 | 0.49 | 16.43 | 0.48 | 0.35 |
| Hex | 82 | 45 | 2E | 0 | 2F | 41 | 31 | 10 | 30 | 23 |
| Octal | 202 | 105 | 56 | 0 | 57 | 101 | 61 | 20 | 60 | 43 |
| Binary | 10000010 | 1000101 | 101110 | 0 | 101111 | 1000001 | 110001 | 10000 | 110000 | 100011 |
Color Harmonies of #82452E
Complementary color
Monochromatic Colors of #82452E
Black with #82452E
Text Example
Text Example
White with #82452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82452E; }
p { color: rgb(130,69,46); }
H1.HeaderClassName
{
color: #82452E;
}
.AnyTagClassName
{
color: #82452E;
}
</style>
background-color css
<style>
a { background-color: #82452E; }
a { background-color: rgb(130,69,46); }
div.DivClassName
{
background-color: #82452E;
}
.BgClassName
{
background-color: #82452E;
}
</style>
border-color css
<style>
span { border-color: #82452E; }
span { border-color: rgb(130,69,46); }
td.TdClassName
{
border-color: #82452E;
}
.TagClassName
{
border-color: #82452E;
}
</style>