#49332B

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

Shades of Rebel #49332B

Tints of Rebel #49332B

Color information

#49332B (or 0x49332B) is unknown color: approx Rebel. HEX triplet: 49, 33 and 2B. RGB value is (73,51,43). Sum of RGB (Red+Green+Blue) = 73+51+43=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #49332B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49332B is #B6CCD4. Grayscale: #383838. Windows color (decimal): -11979989 or 2831177. OLE color: 2831177.

HSL color Cylindrical-coordinate representation of color #49332B: hue angle of 16º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49332B is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB735143-
CMYK00.300.410.71
HSL16º25.86%22.75%-
HSV(B)16º41.1%28.63%-
XYZ4.373.962.82-
YUV56.67120.29139.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.71%
GREEN value IS 51 (20.31% from 255) = 30.54%
BLUE value IS 43 (17.19% from 255) = 25.75%
R=43.71%
G=30.54%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73514300.300.410.711625.8622.75
Hex49332B01E2947101a17
Octal111635303651107203227
Binary10010011100111010110111101010011000111100001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49332B; }

 p { color: rgb(73,51,43); }

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

<style>
 a { background-color: #49332B; }

 a { background-color: rgb(73,51,43); }

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

<style>
 span { border-color: #49332B; }

 span { border-color: rgb(73,51,43); }

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