#7A4B33

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

Shades of Cigar #7A4B33

Tints of Cigar #7A4B33

Color information

#7A4B33 (or 0x7A4B33) is unknown color: approx Cigar. HEX triplet: 7A, 4B and 33. RGB value is (122,75,51). Sum of RGB (Red+Green+Blue) = 122+75+51=248 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.19% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4B33 is #85B4CC. Grayscale: #565656. Windows color (decimal): -8762573 or 3361658. OLE color: 3361658.

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

Color convert

RGB1227551-
CMYK00.390.580.52
HSL20.28º41.04%33.92%-
HSV(B)20.28º58.2%47.84%-
XYZ11.149.414.36-
YUV86.32108.07153.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.19%
GREEN value IS 75 (29.69% from 255) = 30.24%
BLUE value IS 51 (20.31% from 255) = 20.56%
R=49.19%
G=30.24%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122755100.390.580.5220.2841.0433.92
Hex7A4B330273A34142922
Octal172113630477264245142
Binary11110101001011110011010011111101011010010100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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