#804F36

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

Shades of Cigar #804F36

Tints of Cigar #804F36

Color information

#804F36 (or 0x804F36) is unknown color: approx Cigar. HEX triplet: 80, 4F and 36. RGB value is (128,79,54). Sum of RGB (Red+Green+Blue) = 128+79+54=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #804F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804F36 is #7FB0C9. Grayscale: #5A5A5A. Windows color (decimal): -8368330 or 3559296. OLE color: 3559296.

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

Color convert

RGB1287954-
CMYK00.380.580.50
HSL20.27º40.66%35.69%-
HSV(B)20.27º57.81%50.2%-
XYZ12.3610.454.85-
YUV90.8107.23154.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.04%
GREEN value IS 79 (31.25% from 255) = 30.27%
BLUE value IS 54 (21.48% from 255) = 20.69%
R=49.04%
G=30.27%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128795400.380.580.5020.2740.6635.69
Hex804F360263A32142924
Octal200117660467262245144
Binary100000001001111110110010011011101011001010100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,79,54); }

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

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

 a { background-color: rgb(128,79,54); }

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

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

 span { border-color: rgb(128,79,54); }

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