#7A4F33

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

Shades of Cigar #7A4F33

Tints of Cigar #7A4F33

Color information

#7A4F33 (or 0x7A4F33) is unknown color: approx Cigar. HEX triplet: 7A, 4F and 33. RGB value is (122,79,51). Sum of RGB (Red+Green+Blue) = 122+79+51=252 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.41% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A4F33 is #85B0CC. Grayscale: #585858. Windows color (decimal): -8761549 or 3362682. OLE color: 3362682.

HSL color Cylindrical-coordinate representation of color #7A4F33: hue angle of 23.66º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A4F33 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.52.

Color convert

RGB1227951-
CMYK00.350.580.52
HSL23.66º41.04%33.92%-
HSV(B)23.66º58.2%47.84%-
XYZ11.429.974.45-
YUV88.66106.75151.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.41%
GREEN value IS 79 (31.25% from 255) = 31.35%
BLUE value IS 51 (20.31% from 255) = 20.24%
R=48.41%
G=31.35%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122795100.350.580.5223.6641.0433.92
Hex7A4F330233A34182922
Octal172117630437264305142
Binary11110101001111110011010001111101011010011000101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A4F33; }

 p { color: rgb(122,79,51); }

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

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

 a { background-color: rgb(122,79,51); }

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

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

 span { border-color: rgb(122,79,51); }

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