#7A523E

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

Shades of Cigar #7A523E

Tints of Cigar #7A523E

Color information

#7A523E (or 0x7A523E) is unknown color: approx Cigar. HEX triplet: 7A, 52 and 3E. RGB value is (122,82,62). Sum of RGB (Red+Green+Blue) = 122+82+62=266 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.86% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 122 - color contains mainly: red. Hex color #7A523E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A523E is #85ADC1. Grayscale: #5B5B5B. Windows color (decimal): -8760770 or 4084346. OLE color: 4084346.

HSL color Cylindrical-coordinate representation of color #7A523E: hue angle of 20º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A523E is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB1228262-
CMYK00.330.490.52
HSL20º32.61%36.08%-
HSV(B)20º49.18%47.84%-
XYZ11.9110.525.96-
YUV91.68111.25149.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.86%
GREEN value IS 82 (32.42% from 255) = 30.83%
BLUE value IS 62 (24.61% from 255) = 23.31%
R=45.86%
G=30.83%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122826200.330.490.522032.6136.08
Hex7A523E0213134142124
Octal172122760416164244144
Binary11110101010010111110010000111000111010010100100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,82,62); }

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

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

 a { background-color: rgb(122,82,62); }

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

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

 span { border-color: rgb(122,82,62); }

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