Html Css Color HEX #754A39 Cigar

📋 copy color: '#754A39'

red 117 ◦ green 74 ◦ blue 57

#754A39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cigar #754A39

Tints of Cigar #754A39

RGB

 RED value IS 117 (46.09% from 255) = 47.18%

 GREEN value IS 74 (29.3% 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 value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#754A39 (or 0x754A39) is known color: 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

RGB 117 74 57 -
CMYK 0 0.37 0.51 0.54
HSL 17º 0.34% 0.34% -
HSV(B) 17º 0.51% 0.46% -
XYZ 10.52 8.97 5.05 -
YUV 84.92 112.25 150.88 -
System Red Green Blue C M Y K H S L
Decimal 117 74 57 0 0.37 0.51 0.54 17 0.34 0.34
Hex 75 4A 39 0 25 33 36 11 22 22
Octal 165 112 71 0 45 63 66 21 42 42
Binary 1110101 1001010 111001 0 100101 110011 110110 10001 100010 100010

Color Harmonies of #754A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754A39

Black with #754A39

Text Example


Text Example

White with #754A39

Text Example


Text Example

HTML Codes & Css Web 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>