#754B3A

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

Shades of Cigar #754B3A

Tints of Cigar #754B3A

Color information

#754B3A (or 0x754B3A) is unknown color: approx Cigar. HEX triplet: 75, 4B and 3A. RGB value is (117,75,58). Sum of RGB (Red+Green+Blue) = 117+75+58=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #754B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754B3A is #8AB4C5. Grayscale: #555555. Windows color (decimal): -9090246 or 3820405. OLE color: 3820405.

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

Color convert

RGB1177558-
CMYK00.360.500.54
HSL17.29º33.71%34.31%-
HSV(B)17.29º50.43%45.88%-
XYZ10.629.125.2-
YUV85.62112.41150.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.8%
GREEN value IS 75 (29.69% from 255) = 30%
BLUE value IS 58 (23.05% from 255) = 23.2%
R=46.8%
G=30%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117755800.360.500.5417.2933.7134.31
Hex754B3A0243236112222
Octal165113720446266214242
Binary11101011001011111010010010011001011011010001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,75,58); }

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

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

 a { background-color: rgb(117,75,58); }

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

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

 span { border-color: rgb(117,75,58); }

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