#7D4C38

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

Shades of Cigar #7D4C38

Tints of Cigar #7D4C38

Color information

#7D4C38 (or 0x7D4C38) is unknown color: approx Cigar. HEX triplet: 7D, 4C and 38. RGB value is (125,76,56). Sum of RGB (Red+Green+Blue) = 125+76+56=257 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.64% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4C38 is #82B3C7. Grayscale: #585858. Windows color (decimal): -8565704 or 3689597. OLE color: 3689597.

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

Color convert

RGB1257656-
CMYK00.390.550.51
HSL17.39º38.12%35.49%-
HSV(B)17.39º55.2%49.02%-
XYZ11.769.815.02-
YUV88.37109.73154.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 48.64%
GREEN value IS 76 (30.08% from 255) = 29.57%
BLUE value IS 56 (22.27% from 255) = 21.79%
R=48.64%
G=29.57%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125765600.390.550.5117.3938.1235.49
Hex7D4C380273733112623
Octal175114700476763214643
Binary11111011001100111000010011111011111001110001100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,76,56); }

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

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

 a { background-color: rgb(125,76,56); }

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

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

 span { border-color: rgb(125,76,56); }

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