Shades of Cigar #83543B
Tints of Cigar #83543B
RGB
CMYK
RGB Variations
Color information
#83543B (or 0x83543B) is known color: Cigar. HEX triplet: 83, 54 and 3B. RGB value is (131,84,59). Sum of RGB (Red+Green+Blue) = 131+84+59=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 131 - color contains mainly: red. Hex color #83543B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83543B is #7CABC4. Grayscale: #5F5F5F. Windows color (decimal): -8170437 or 3888259. OLE color: 3888259.
HSL color Cylindrical-coordinate representation of color #83543B: hue angle of 20.83º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #83543B is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 84 | 59 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.49 |
| HSL | 20.83º | 0.38% | 0.37% | - |
| HSV(B) | 20.83º | 0.55% | 0.51% | - |
| XYZ | 13.32 | 11.48 | 5.65 | - |
| YUV | 95.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 84 | 59 | 0 | 0.36 | 0.55 | 0.49 | 20.83 | 0.38 | 0.37 |
| Hex | 83 | 54 | 3B | 0 | 24 | 37 | 31 | 15 | 26 | 25 |
| Octal | 203 | 124 | 73 | 0 | 44 | 67 | 61 | 25 | 46 | 45 |
| Binary | 10000011 | 1010100 | 111011 | 0 | 100100 | 110111 | 110001 | 10101 | 100110 | 100101 |
Color Harmonies of #83543B
Complementary color
Monochromatic Colors of #83543B
Black with #83543B
Text Example
Text Example
White with #83543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83543B; }
p { color: rgb(131,84,59); }
H1.HeaderClassName
{
color: #83543B;
}
.AnyTagClassName
{
color: #83543B;
}
</style>
background-color css
<style>
a { background-color: #83543B; }
a { background-color: rgb(131,84,59); }
div.DivClassName
{
background-color: #83543B;
}
.BgClassName
{
background-color: #83543B;
}
</style>
border-color css
<style>
span { border-color: #83543B; }
span { border-color: rgb(131,84,59); }
td.TdClassName
{
border-color: #83543B;
}
.TagClassName
{
border-color: #83543B;
}
</style>