#7A4F35

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

Shades of Cigar #7A4F35

Tints of Cigar #7A4F35

Color information

#7A4F35 (or 0x7A4F35) is unknown color: approx Cigar. HEX triplet: 7A, 4F and 35. RGB value is (122,79,53). Sum of RGB (Red+Green+Blue) = 122+79+53=254 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.03% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A4F35 is #85B0CA. Grayscale: #595959. Windows color (decimal): -8761547 or 3493754. OLE color: 3493754.

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

Color convert

RGB1227953-
CMYK00.350.570.52
HSL22.61º39.43%34.31%-
HSV(B)22.61º56.56%47.84%-
XYZ11.469.994.69-
YUV88.89107.75151.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.03%
GREEN value IS 79 (31.25% from 255) = 31.10%
BLUE value IS 53 (21.09% from 255) = 20.87%
R=48.03%
G=31.10%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122795300.350.570.5222.6139.4334.31
Hex7A4F350233934172722
Octal172117650437164274742
Binary11110101001111110101010001111100111010010111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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