#804C35

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

Shades of Cigar #804C35

Tints of Cigar #804C35

Color information

#804C35 (or 0x804C35) is unknown color: approx Cigar. HEX triplet: 80, 4C and 35. RGB value is (128,76,53). Sum of RGB (Red+Green+Blue) = 128+76+53=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #804C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804C35 is #7FB3CA. Grayscale: #595959. Windows color (decimal): -8369099 or 3492992. OLE color: 3492992.

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

Color convert

RGB1287653-
CMYK00.410.590.50
HSL18.4º41.44%35.49%-
HSV(B)18.4º58.59%50.2%-
XYZ12.1310.024.66-
YUV88.93107.73155.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.81%
GREEN value IS 76 (30.08% from 255) = 29.57%
BLUE value IS 53 (21.09% from 255) = 20.62%
R=49.81%
G=29.57%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128765300.410.590.5018.441.4435.49
Hex804C350293B32122923
Octal200114650517362225143
Binary100000001001100110101010100111101111001010010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,76,53); }

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

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

 a { background-color: rgb(128,76,53); }

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

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

 span { border-color: rgb(128,76,53); }

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