#472A22

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

Shades of Morocco Brown #472A22

Tints of Morocco Brown #472A22

Color information

#472A22 (or 0x472A22) is unknown color: approx Morocco Brown. HEX triplet: 47, 2A and 22. RGB value is (71,42,34). Sum of RGB (Red+Green+Blue) = 71+42+34=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #472A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A22 is #B8D5DD. Grayscale: #313131. Windows color (decimal): -12113374 or 2239047. OLE color: 2239047.

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

Color convert

RGB714234-
CMYK00.410.520.72
HSL12.97º35.24%20.59%-
HSV(B)12.97º52.11%27.84%-
XYZ3.723.111.92-
YUV49.76119.11143.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.30%
GREEN value IS 42 (16.80% from 255) = 28.57%
BLUE value IS 34 (13.67% from 255) = 23.13%
R=48.30%
G=28.57%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71423400.410.520.7212.9735.2420.59
Hex472A220293448d2315
Octal107524205164110154325
Binary100011110101010001001010011101001001000110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,42,34); }

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

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

 a { background-color: rgb(71,42,34); }

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

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

 span { border-color: rgb(71,42,34); }

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