#80523E

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

Shades of Cigar #80523E

Tints of Cigar #80523E

Color information

#80523E (or 0x80523E) is unknown color: approx Cigar. HEX triplet: 80, 52 and 3E. RGB value is (128,82,62). Sum of RGB (Red+Green+Blue) = 128+82+62=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #80523E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80523E is #7FADC1. Grayscale: #5D5D5D. Windows color (decimal): -8367554 or 4084352. OLE color: 4084352.

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

Color convert

RGB1288262-
CMYK00.360.520.50
HSL18.18º34.74%37.25%-
HSV(B)18.18º51.56%50.2%-
XYZ12.7910.976-
YUV93.47110.24152.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.06%
GREEN value IS 82 (32.42% from 255) = 30.15%
BLUE value IS 62 (24.61% from 255) = 22.79%
R=47.06%
G=30.15%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128826200.360.520.5018.1834.7437.25
Hex80523E0243432122325
Octal200122760446462224345
Binary100000001010010111110010010011010011001010010100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80523E; }

 p { color: rgb(128,82,62); }

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

<style>
 a { background-color: #80523E; }

 a { background-color: rgb(128,82,62); }

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

<style>
 span { border-color: #80523E; }

 span { border-color: rgb(128,82,62); }

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