#754A37

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

Shades of Cigar #754A37

Tints of Cigar #754A37

Color information

#754A37 (or 0x754A37) is unknown color: approx Cigar. HEX triplet: 75, 4A and 37. RGB value is (117,74,55). Sum of RGB (Red+Green+Blue) = 117+74+55=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #754A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754A37 is #8AB5C8. Grayscale: #545454. Windows color (decimal): -9090505 or 3623541. OLE color: 3623541.

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

Color convert

RGB1177455-
CMYK00.370.530.54
HSL18.39º36.05%33.73%-
HSV(B)18.39º52.99%45.88%-
XYZ10.478.964.79-
YUV84.69111.25151.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.56%
GREEN value IS 74 (29.30% from 255) = 30.08%
BLUE value IS 55 (21.88% from 255) = 22.36%
R=47.56%
G=30.08%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117745500.370.530.5418.3936.0533.73
Hex754A370253536122422
Octal165112670456566224442
Binary11101011001010110111010010111010111011010010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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