#7D5538

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

Shades of Cigar #7D5538

Tints of Cigar #7D5538

Color information

#7D5538 (or 0x7D5538) is unknown color: approx Cigar. HEX triplet: 7D, 55 and 38. RGB value is (125,85,56). Sum of RGB (Red+Green+Blue) = 125+85+56=266 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.99% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5538 is #82AAC7. Grayscale: #5D5D5D. Windows color (decimal): -8563400 or 3691901. OLE color: 3691901.

HSL color Cylindrical-coordinate representation of color #7D5538: hue angle of 25.22º 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 #7D5538 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB1258556-
CMYK00.320.550.51
HSL25.22º38.12%35.49%-
HSV(B)25.22º55.2%49.02%-
XYZ12.4211.145.24-
YUV93.65106.75150.36-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.99%
GREEN value IS 85 (33.59% from 255) = 31.95%
BLUE value IS 56 (22.27% from 255) = 21.05%
R=46.99%
G=31.95%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125855600.320.550.5125.2238.1235.49
Hex7D55380203733192623
Octal175125700406763314643
Binary11111011010101111000010000011011111001111001100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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