#7C4F3A

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

Shades of Cigar #7C4F3A

Tints of Cigar #7C4F3A

Color information

#7C4F3A (or 0x7C4F3A) is unknown color: approx Cigar. HEX triplet: 7C, 4F and 3A. RGB value is (124,79,58). Sum of RGB (Red+Green+Blue) = 124+79+58=261 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.51% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C4F3A is #83B0C5. Grayscale: #5A5A5A. Windows color (decimal): -8630470 or 3821436. OLE color: 3821436.

HSL color Cylindrical-coordinate representation of color #7C4F3A: hue angle of 19.09º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C4F3A is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB1247958-
CMYK00.360.530.51
HSL19.09º36.26%35.69%-
HSV(B)19.09º53.23%48.63%-
XYZ11.8710.185.34-
YUV90.06109.91152.21-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.51%
GREEN value IS 79 (31.25% from 255) = 30.27%
BLUE value IS 58 (23.05% from 255) = 22.22%
R=47.51%
G=30.27%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124795800.360.530.5119.0936.2635.69
Hex7C4F3A0243533132424
Octal174117720446563234444
Binary11111001001111111010010010011010111001110011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C4F3A; }

 p { color: rgb(124,79,58); }

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

<style>
 a { background-color: #7C4F3A; }

 a { background-color: rgb(124,79,58); }

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

<style>
 span { border-color: #7C4F3A; }

 span { border-color: rgb(124,79,58); }

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