#7C553A

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

Shades of Cigar #7C553A

Tints of Cigar #7C553A

Color information

#7C553A (or 0x7C553A) is unknown color: approx Cigar. HEX triplet: 7C, 55 and 3A. RGB value is (124,85,58). Sum of RGB (Red+Green+Blue) = 124+85+58=267 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.44% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 124 - color contains mainly: red. Hex color #7C553A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C553A is #83AAC5. Grayscale: #5D5D5D. Windows color (decimal): -8628934 or 3822972. OLE color: 3822972.

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

Color convert

RGB1248558-
CMYK00.310.530.51
HSL24.55º36.26%35.69%-
HSV(B)24.55º53.23%48.63%-
XYZ12.3211.095.49-
YUV93.58107.92149.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.44%
GREEN value IS 85 (33.59% from 255) = 31.84%
BLUE value IS 58 (23.05% from 255) = 21.72%
R=46.44%
G=31.84%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124855800.310.530.5124.5536.2635.69
Hex7C553A01F3533192424
Octal174125720376563314444
Binary1111100101010111101001111111010111001111001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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