#804D34

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

Shades of Cigar #804D34

Tints of Cigar #804D34

Color information

#804D34 (or 0x804D34) is unknown color: approx Cigar. HEX triplet: 80, 4D and 34. RGB value is (128,77,52). Sum of RGB (Red+Green+Blue) = 128+77+52=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #804D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804D34 is #7FB2CB. Grayscale: #595959. Windows color (decimal): -8368844 or 3427712. OLE color: 3427712.

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

Color convert

RGB1287752-
CMYK00.400.590.50
HSL19.74º42.22%35.29%-
HSV(B)19.74º59.38%50.2%-
XYZ12.1810.144.57-
YUV89.4106.9155.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.81%
GREEN value IS 77 (30.47% from 255) = 29.96%
BLUE value IS 52 (20.70% from 255) = 20.23%
R=49.81%
G=29.96%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128775200.400.590.5019.7442.2235.29
Hex804D340283B32142a23
Octal200115640507362245243
Binary100000001001101110100010100011101111001010100101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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