#7A4D35

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

Shades of Cigar #7A4D35

Tints of Cigar #7A4D35

Color information

#7A4D35 (or 0x7A4D35) is unknown color: approx Cigar. HEX triplet: 7A, 4D and 35. RGB value is (122,77,53). Sum of RGB (Red+Green+Blue) = 122+77+53=252 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.41% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A4D35 is #85B2CA. Grayscale: #575757. Windows color (decimal): -8762059 or 3493242. OLE color: 3493242.

HSL color Cylindrical-coordinate representation of color #7A4D35: hue angle of 20.87º 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 #7A4D35 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB1227753-
CMYK00.370.570.52
HSL20.87º39.43%34.31%-
HSV(B)20.87º56.56%47.84%-
XYZ11.329.74.64-
YUV87.72108.41152.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.41%
GREEN value IS 77 (30.47% from 255) = 30.56%
BLUE value IS 53 (21.09% from 255) = 21.03%
R=48.41%
G=30.56%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122775300.370.570.5220.8739.4334.31
Hex7A4D350253934152722
Octal172115650457164254742
Binary11110101001101110101010010111100111010010101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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