#47332B

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

Shades of Rebel #47332B

Tints of Rebel #47332B

Color information

#47332B (or 0x47332B) is unknown color: approx Rebel. HEX triplet: 47, 33 and 2B. RGB value is (71,51,43). Sum of RGB (Red+Green+Blue) = 71+51+43=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #47332B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47332B is #B8CCD4. Grayscale: #383838. Windows color (decimal): -12111061 or 2831175. OLE color: 2831175.

HSL color Cylindrical-coordinate representation of color #47332B: hue angle of 17.14º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47332B is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB715143-
CMYK00.280.390.72
HSL17.14º24.56%22.35%-
HSV(B)17.14º39.44%27.84%-
XYZ4.223.882.81-
YUV56.07120.63138.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 51 (20.31% from 255) = 30.91%
BLUE value IS 43 (17.19% from 255) = 26.06%
R=43.03%
G=30.91%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71514300.280.390.7217.1424.5622.35
Hex47332B01C2748111916
Octal107635303447110213126
Binary10001111100111010110111001001111001000100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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