#472E27

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

Shades of Rebel #472E27

Tints of Rebel #472E27

Color information

#472E27 (or 0x472E27) is unknown color: approx Rebel. HEX triplet: 47, 2E and 27. RGB value is (71,46,39). Sum of RGB (Red+Green+Blue) = 71+46+39=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #472E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E27 is #B8D1D8. Grayscale: #343434. Windows color (decimal): -12112345 or 2567751. OLE color: 2567751.

HSL color Cylindrical-coordinate representation of color #472E27: hue angle of 13.13º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #472E27 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.72.

Color convert

RGB714639-
CMYK00.350.450.72
HSL13.13º29.09%21.57%-
HSV(B)13.13º45.07%27.84%-
XYZ3.943.442.38-
YUV52.68120.28141.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.51%
GREEN value IS 46 (18.36% from 255) = 29.49%
BLUE value IS 39 (15.62% from 255) = 25%
R=45.51%
G=29.49%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71463900.350.450.7213.1329.0921.57
Hex472E270232D48d1d16
Octal107564704355110153526
Binary10001111011101001110100011101101100100011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472E27; }

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

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

<style>
 a { background-color: #472E27; }

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

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

<style>
 span { border-color: #472E27; }

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

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