Html Css Color HEX #472E20 Morocco Brown

📋 copy color: '#472E20'

red 71 ◦ green 46 ◦ blue 32

#472E20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Morocco Brown #472E20

Tints of Morocco Brown #472E20

RGB

 RED value IS 71 (28.13% from 255) = 47.65%

 GREEN value IS 46 (18.36% from 255) = 30.87%

 BLUE value IS 32 (12.89% from 255) = 21.48%

R = 47.65%
G = 30.87%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#472E20 (or 0x472E20) is known color: Morocco Brown. HEX triplet: 47, 2E and 20. RGB value is (71,46,32). Sum of RGB (Red+Green+Blue) = 71+46+32=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #472E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E20 is #B8D1DF. Grayscale: #333333. Windows color (decimal): -12112352 or 2108999. OLE color: 2108999.

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

Color convert

RGB 71 46 32 -
CMYK 0 0.35 0.55 0.72
HSL 21.54º 0.38% 0.2% -
HSV(B) 21.54º 0.55% 0.28% -
XYZ 3.84 3.4 1.82 -
YUV 51.88 116.78 141.64 -
System Red Green Blue C M Y K H S L
Decimal 71 46 32 0 0.35 0.55 0.72 21.54 0.38 0.2
Hex 47 2E 20 0 23 37 48 16 26 14
Octal 107 56 40 0 43 67 110 26 46 24
Binary 1000111 101110 100000 0 100011 110111 1001000 10110 100110 10100

Color Harmonies of #472E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E20

Black with #472E20

Text Example


Text Example

White with #472E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #472E20;
 }
 .AnyTagClassName
 {
   color: #472E20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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