#804A31

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

Shades of Cigar #804A31

Tints of Cigar #804A31

Color information

#804A31 (or 0x804A31) is unknown color: approx Cigar. HEX triplet: 80, 4A and 31. RGB value is (128,74,49). Sum of RGB (Red+Green+Blue) = 128+74+49=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #804A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804A31 is #7FB5CE. Grayscale: #575757. Windows color (decimal): -8369615 or 3230336. OLE color: 3230336.

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

Color convert

RGB1287449-
CMYK00.420.620.50
HSL18.99º44.63%34.71%-
HSV(B)18.99º61.72%50.2%-
XYZ11.919.714.15-
YUV87.3106.39157.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.00%
GREEN value IS 74 (29.30% from 255) = 29.48%
BLUE value IS 49 (19.53% from 255) = 19.52%
R=51.00%
G=29.48%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128744900.420.620.5018.9944.6334.71
Hex804A3102A3E32132d23
Octal200112610527662235543
Binary100000001001010110001010101011111011001010011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,74,49); }

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

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

 a { background-color: rgb(128,74,49); }

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

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

 span { border-color: rgb(128,74,49); }

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