#804E34

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

Shades of Cigar #804E34

Tints of Cigar #804E34

Color information

#804E34 (or 0x804E34) is unknown color: approx Cigar. HEX triplet: 80, 4E and 34. RGB value is (128,78,52). Sum of RGB (Red+Green+Blue) = 128+78+52=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #804E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804E34 is #7FB1CB. Grayscale: #5A5A5A. Windows color (decimal): -8368588 or 3427968. OLE color: 3427968.

HSL color Cylindrical-coordinate representation of color #804E34: hue angle of 20.53º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #804E34 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB1287852-
CMYK00.390.590.50
HSL20.53º42.22%35.29%-
HSV(B)20.53º59.38%50.2%-
XYZ12.2510.294.59-
YUV89.99106.56155.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.61%
GREEN value IS 78 (30.86% from 255) = 30.23%
BLUE value IS 52 (20.70% from 255) = 20.16%
R=49.61%
G=30.23%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128785200.390.590.5020.5342.2235.29
Hex804E340273B32152a23
Octal200116640477362255243
Binary100000001001110110100010011111101111001010101101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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