#804C37

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

Shades of Cigar #804C37

Tints of Cigar #804C37

Color information

#804C37 (or 0x804C37) is unknown color: approx Cigar. HEX triplet: 80, 4C and 37. RGB value is (128,76,55). Sum of RGB (Red+Green+Blue) = 128+76+55=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 55 (21.88% from 255 or 21.24% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #804C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804C37 is #7FB3C8. Grayscale: #595959. Windows color (decimal): -8369097 or 3624064. OLE color: 3624064.

HSL color Cylindrical-coordinate representation of color #804C37: hue angle of 17.26º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #804C37 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB1287655-
CMYK00.410.570.50
HSL17.26º39.89%35.88%-
HSV(B)17.26º57.03%50.2%-
XYZ12.1810.034.91-
YUV89.15108.73155.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.42%
GREEN value IS 76 (30.08% from 255) = 29.34%
BLUE value IS 55 (21.88% from 255) = 21.24%
R=49.42%
G=29.34%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128765500.410.570.5017.2639.8935.88
Hex804C370293932112824
Octal200114670517162215044
Binary100000001001100110111010100111100111001010001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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