#7A523F

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

Shades of Cigar #7A523F

Tints of Cigar #7A523F

Color information

#7A523F (or 0x7A523F) is unknown color: approx Cigar. HEX triplet: 7A, 52 and 3F. RGB value is (122,82,63). Sum of RGB (Red+Green+Blue) = 122+82+63=267 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.69% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 122 - color contains mainly: red. Hex color #7A523F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A523F is #85ADC0. Grayscale: #5B5B5B. Windows color (decimal): -8760769 or 4149882. OLE color: 4149882.

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

Color convert

RGB1228263-
CMYK00.330.480.52
HSL19.32º31.89%36.27%-
HSV(B)19.32º48.36%47.84%-
XYZ11.9410.536.11-
YUV91.79111.75149.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.69%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 63 (25% from 255) = 23.60%
R=45.69%
G=30.71%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122826300.330.480.5219.3231.8936.27
Hex7A523F0213034132024
Octal172122770416064234044
Binary11110101010010111111010000111000011010010011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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