#49322A

Color #49322A Rebel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rebel #49322A

Tints of Rebel #49322A

Color information

#49322A (or 0x49322A) is unknown color: approx Rebel. HEX triplet: 49, 32 and 2A. RGB value is (73,50,42). Sum of RGB (Red+Green+Blue) = 73+50+42=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #49322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49322A is #B6CDD5. Grayscale: #383838. Windows color (decimal): -11980246 or 2765385. OLE color: 2765385.

HSL color Cylindrical-coordinate representation of color #49322A: hue angle of 15.48º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49322A is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB735042-
CMYK00.320.420.71
HSL15.48º26.96%22.55%-
HSV(B)15.48º42.47%28.63%-
XYZ4.313.862.71-
YUV55.96120.12140.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.24%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=44.24%
G=30.30%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73504200.320.420.7115.4826.9622.55
Hex49322A0202A47f1b17
Octal111625204052107173327
Binary10010011100101010100100000101010100011111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49322A; }

 p { color: rgb(73,50,42); }

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

<style>
 a { background-color: #49322A; }

 a { background-color: rgb(73,50,42); }

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

<style>
 span { border-color: #49322A; }

 span { border-color: rgb(73,50,42); }

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