#754A39

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

Shades of Cigar #754A39

Tints of Cigar #754A39

Color information

#754A39 (or 0x754A39) is unknown color: approx Cigar. HEX triplet: 75, 4A and 39. RGB value is (117,74,57). Sum of RGB (Red+Green+Blue) = 117+74+57=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #754A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754A39 is #8AB5C6. Grayscale: #555555. Windows color (decimal): -9090503 or 3754613. OLE color: 3754613.

HSL color Cylindrical-coordinate representation of color #754A39: hue angle of 17º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #754A39 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB1177457-
CMYK00.370.510.54
HSL17º34.48%34.12%-
HSV(B)17º51.28%45.88%-
XYZ10.528.975.05-
YUV84.92112.25150.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 74 (29.30% from 255) = 29.84%
BLUE value IS 57 (22.66% from 255) = 22.98%
R=47.18%
G=29.84%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117745700.370.510.541734.4834.12
Hex754A390253336112222
Octal165112710456366214242
Binary11101011001010111001010010111001111011010001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754A39; }

 p { color: rgb(117,74,57); }

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

<style>
 a { background-color: #754A39; }

 a { background-color: rgb(117,74,57); }

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

<style>
 span { border-color: #754A39; }

 span { border-color: rgb(117,74,57); }

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