#7C5436

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

Shades of Cigar #7C5436

Tints of Cigar #7C5436

Color information

#7C5436 (or 0x7C5436) is unknown color: approx Cigar. HEX triplet: 7C, 54 and 36. RGB value is (124,84,54). Sum of RGB (Red+Green+Blue) = 124+84+54=262 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.33% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5436 is #83ABC9. Grayscale: #5C5C5C. Windows color (decimal): -8629194 or 3560572. OLE color: 3560572.

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

Color convert

RGB1248454-
CMYK00.320.560.51
HSL25.71º39.33%34.9%-
HSV(B)25.71º56.45%48.63%-
XYZ12.1510.894.95-
YUV92.54106.25150.44-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.33%
GREEN value IS 84 (33.20% from 255) = 32.06%
BLUE value IS 54 (21.48% from 255) = 20.61%
R=47.33%
G=32.06%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124845400.320.560.5125.7139.3334.9
Hex7C543602038331a2723
Octal174124660407063324743
Binary11111001010100110110010000011100011001111010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,84,54); }

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

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

 a { background-color: rgb(124,84,54); }

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

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

 span { border-color: rgb(124,84,54); }

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