#472A23

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

Shades of Morocco Brown #472A23

Tints of Morocco Brown #472A23

Color information

#472A23 (or 0x472A23) is unknown color: approx Morocco Brown. HEX triplet: 47, 2A and 23. RGB value is (71,42,35). Sum of RGB (Red+Green+Blue) = 71+42+35=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #472A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A23 is #B8D5DC. Grayscale: #313131. Windows color (decimal): -12113373 or 2304583. OLE color: 2304583.

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

Color convert

RGB714235-
CMYK00.410.510.72
HSL11.67º33.96%20.78%-
HSV(B)11.67º50.7%27.84%-
XYZ3.733.122-
YUV49.87119.61143.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.97%
GREEN value IS 42 (16.80% from 255) = 28.38%
BLUE value IS 35 (14.06% from 255) = 23.65%
R=47.97%
G=28.38%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71423500.410.510.7211.6733.9620.78
Hex472A230293348c2215
Octal107524305163110144225
Binary100011110101010001101010011100111001000110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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