#47322C

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

Shades of Rebel #47322C

Tints of Rebel #47322C

Color information

#47322C (or 0x47322C) is unknown color: approx Rebel. HEX triplet: 47, 32 and 2C. RGB value is (71,50,44). Sum of RGB (Red+Green+Blue) = 71+50+44=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #47322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47322C is #B8CDD3. Grayscale: #373737. Windows color (decimal): -12111316 or 2896455. OLE color: 2896455.

HSL color Cylindrical-coordinate representation of color #47322C: hue angle of 13.33º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #47322C is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB715044-
CMYK00.300.380.72
HSL13.33º23.48%22.55%-
HSV(B)13.33º38.03%27.84%-
XYZ4.193.82.9-
YUV55.59121.46138.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 44 (17.58% from 255) = 26.67%
R=43.03%
G=30.30%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71504400.300.380.7213.3323.4822.55
Hex47322C01E2648d1717
Octal107625403646110152727
Binary1000111110010101100011110100110100100011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47322C; }

 p { color: rgb(71,50,44); }

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

<style>
 a { background-color: #47322C; }

 a { background-color: rgb(71,50,44); }

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

<style>
 span { border-color: #47322C; }

 span { border-color: rgb(71,50,44); }

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