Html Css Color HEX #795040 Cigar

📋 copy color: '#795040'

red 121 ◦ green 80 ◦ blue 64

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

Shades of Cigar #795040

Tints of Cigar #795040

RGB

 RED value IS 121 (47.66% from 255) = 45.66%

 GREEN value IS 80 (31.64% from 255) = 30.19%

 BLUE value IS 64 (25.39% from 255) = 24.15%

R = 45.66%
G = 30.19%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#795040 (or 0x795040) is known color: Cigar. HEX triplet: 79, 50 and 40. RGB value is (121,80,64). Sum of RGB (Red+Green+Blue) = 121+80+64=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 121 - color contains mainly: red. Hex color #795040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795040 is #86AFBF. Grayscale: #5A5A5A. Windows color (decimal): -8826816 or 4214905. OLE color: 4214905.

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

Color convert

RGB 121 80 64 -
CMYK 0 0.34 0.47 0.53
HSL 16.84º 0.31% 0.36% -
HSV(B) 16.84º 0.47% 0.47% -
XYZ 11.68 10.17 6.2 -
YUV 90.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 121 80 64 0 0.34 0.47 0.53 16.84 0.31 0.36
Hex 79 50 40 0 22 2F 35 11 1F 24
Octal 171 120 100 0 42 57 65 21 37 44
Binary 1111001 1010000 1000000 0 100010 101111 110101 10001 11111 100100

Color Harmonies of #795040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795040

Black with #795040

Text Example


Text Example

White with #795040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795040; }

 p { color: rgb(121,80,64); }

 H1.HeaderClassName
 {
   color: #795040;
 }
 .AnyTagClassName
 {
   color: #795040;
 }
</style>

background-color css

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

 a { background-color: rgb(121,80,64); }

 div.DivClassName
 {
   background-color: #795040;
 }
 .BgClassName
 {
   background-color: #795040;
 }
</style>

border-color css

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

 span { border-color: rgb(121,80,64); }

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