#804E3A

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

Shades of Cigar #804E3A

Tints of Cigar #804E3A

Color information

#804E3A (or 0x804E3A) is unknown color: approx Cigar. HEX triplet: 80, 4E and 3A. RGB value is (128,78,58). Sum of RGB (Red+Green+Blue) = 128+78+58=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #804E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804E3A is #7FB1C5. Grayscale: #5A5A5A. Windows color (decimal): -8368582 or 3821184. OLE color: 3821184.

HSL color Cylindrical-coordinate representation of color #804E3A: hue angle of 17.14º 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 #804E3A is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB1287858-
CMYK00.390.550.50
HSL17.14º37.63%36.47%-
HSV(B)17.14º54.69%50.2%-
XYZ12.3910.345.35-
YUV90.67109.56154.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.48%
GREEN value IS 78 (30.86% from 255) = 29.55%
BLUE value IS 58 (23.05% from 255) = 21.97%
R=48.48%
G=29.55%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128785800.390.550.5017.1437.6336.47
Hex804E3A0273732112624
Octal200116720476762214644
Binary100000001001110111010010011111011111001010001100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804E3A; }

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

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

<style>
 a { background-color: #804E3A; }

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

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

<style>
 span { border-color: #804E3A; }

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

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