#80543A

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

Shades of Cigar #80543A

Tints of Cigar #80543A

Color information

#80543A (or 0x80543A) is unknown color: approx Cigar. HEX triplet: 80, 54 and 3A. RGB value is (128,84,58). Sum of RGB (Red+Green+Blue) = 128+84+58=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #80543A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80543A is #7FABC5. Grayscale: #5E5E5E. Windows color (decimal): -8367046 or 3822720. OLE color: 3822720.

HSL color Cylindrical-coordinate representation of color #80543A: hue angle of 22.29º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80543A is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB1288458-
CMYK00.340.550.50
HSL22.29º37.63%36.47%-
HSV(B)22.29º54.69%50.2%-
XYZ12.8411.245.5-
YUV94.19107.58152.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.41%
GREEN value IS 84 (33.20% from 255) = 31.11%
BLUE value IS 58 (23.05% from 255) = 21.48%
R=47.41%
G=31.11%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128845800.340.550.5022.2937.6336.47
Hex80543A0223732162624
Octal200124720426762264644
Binary100000001010100111010010001011011111001010110100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80543A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80543A; }

 p { color: rgb(128,84,58); }

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

<style>
 a { background-color: #80543A; }

 a { background-color: rgb(128,84,58); }

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

<style>
 span { border-color: #80543A; }

 span { border-color: rgb(128,84,58); }

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