#47342E

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

Shades of Rebel #47342E

Tints of Rebel #47342E

Color information

#47342E (or 0x47342E) is unknown color: approx Rebel. HEX triplet: 47, 34 and 2E. RGB value is (71,52,46). Sum of RGB (Red+Green+Blue) = 71+52+46=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #47342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47342E is #B8CBD1. Grayscale: #393939. Windows color (decimal): -12110802 or 3028039. OLE color: 3028039.

HSL color Cylindrical-coordinate representation of color #47342E: hue angle of 14.4º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #47342E is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB715246-
CMYK00.270.350.72
HSL14.4º21.37%22.94%-
HSV(B)14.4º35.21%27.84%-
XYZ4.323.993.13-
YUV57121.79137.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.01%
GREEN value IS 52 (20.70% from 255) = 30.77%
BLUE value IS 46 (18.36% from 255) = 27.22%
R=42.01%
G=30.77%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71524600.270.350.7214.421.3722.94
Hex47342E01B2348e1517
Octal107645603343110162527
Binary1000111110100101110011011100011100100011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47342E; }

 p { color: rgb(71,52,46); }

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

<style>
 a { background-color: #47342E; }

 a { background-color: rgb(71,52,46); }

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

<style>
 span { border-color: #47342E; }

 span { border-color: rgb(71,52,46); }

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