#80533B

Color #80533B Cigar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cigar #80533B

Tints of Cigar #80533B

Color information

#80533B (or 0x80533B) is unknown color: approx Cigar. HEX triplet: 80, 53 and 3B. RGB value is (128,83,59). Sum of RGB (Red+Green+Blue) = 128+83+59=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #80533B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80533B is #7FACC4. Grayscale: #5D5D5D. Windows color (decimal): -8367301 or 3888000. OLE color: 3888000.

HSL color Cylindrical-coordinate representation of color #80533B: hue angle of 20.87º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80533B is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB1288359-
CMYK00.350.540.50
HSL20.87º36.9%36.67%-
HSV(B)20.87º53.91%50.2%-
XYZ12.7811.095.6-
YUV93.72108.41152.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 47.41%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 59 (23.44% from 255) = 21.85%
R=47.41%
G=30.74%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128835900.350.540.5020.8736.936.67
Hex80533B0233632152525
Octal200123730436662254545
Binary100000001010011111011010001111011011001010101100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80533B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80533B; }

 p { color: rgb(128,83,59); }

 H1.HeaderClassName
 {
   color: #80533B;
 }
 .AnyTagClassName
 {
   color: #80533B;
 }
</style>
background-color css

<style>
 a { background-color: #80533B; }

 a { background-color: rgb(128,83,59); }

 div.DivClassName
 {
   background-color: #80533B;
 }
 .BgClassName
 {
   background-color: #80533B;
 }
</style>
border-color css

<style>
 span { border-color: #80533B; }

 span { border-color: rgb(128,83,59); }

 td.TdClassName
 {
   border-color: #80533B;
 }
 .TagClassName
 {
   border-color: #80533B;
 }
</style>