Shades of Cigar #85533A
Tints of Cigar #85533A
RGB
CMYK
RGB Variations
Color information
#85533A (or 0x85533A) is known color: Cigar. HEX triplet: 85, 53 and 3A. RGB value is (133,83,58). Sum of RGB (Red+Green+Blue) = 133+83+58=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #85533A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85533A is #7AACC5. Grayscale: #5F5F5F. Windows color (decimal): -8039622 or 3822469. OLE color: 3822469.
HSL color Cylindrical-coordinate representation of color #85533A: hue angle of 20º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85533A is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 58 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.48 |
| HSL | 20º | 0.39% | 0.37% | - |
| HSV(B) | 20º | 0.56% | 0.52% | - |
| XYZ | 13.53 | 11.48 | 5.51 | - |
| YUV | 95.1 | 107.07 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 58 | 0 | 0.38 | 0.56 | 0.48 | 20 | 0.39 | 0.37 |
| Hex | 85 | 53 | 3A | 0 | 26 | 38 | 30 | 14 | 27 | 25 |
| Octal | 205 | 123 | 72 | 0 | 46 | 70 | 60 | 24 | 47 | 45 |
| Binary | 10000101 | 1010011 | 111010 | 0 | 100110 | 111000 | 110000 | 10100 | 100111 | 100101 |
Color Harmonies of #85533A
Complementary color
Monochromatic Colors of #85533A
Black with #85533A
Text Example
Text Example
White with #85533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85533A; }
p { color: rgb(133,83,58); }
H1.HeaderClassName
{
color: #85533A;
}
.AnyTagClassName
{
color: #85533A;
}
</style>
background-color css
<style>
a { background-color: #85533A; }
a { background-color: rgb(133,83,58); }
div.DivClassName
{
background-color: #85533A;
}
.BgClassName
{
background-color: #85533A;
}
</style>
border-color css
<style>
span { border-color: #85533A; }
span { border-color: rgb(133,83,58); }
td.TdClassName
{
border-color: #85533A;
}
.TagClassName
{
border-color: #85533A;
}
</style>