Html Css Color HEX #472F20 Morocco Brown

📋 copy color: '#472F20'

red 71 ◦ green 47 ◦ blue 32

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

Shades of Morocco Brown #472F20

Tints of Morocco Brown #472F20

RGB

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

 GREEN value IS 47 (18.75% from 255) = 31.33%

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

R = 47.33%
G = 31.33%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#472F20 (or 0x472F20) is known color: Morocco Brown. HEX triplet: 47, 2F and 20. RGB value is (71,47,32). Sum of RGB (Red+Green+Blue) = 71+47+32=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 47 (18.75% from 255 or 31.33% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #472F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F20 is #B8D0DF. Grayscale: #343434. Windows color (decimal): -12112096 or 2109255. OLE color: 2109255.

HSL color Cylindrical-coordinate representation of color #472F20: hue angle of 23.08º 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 #472F20 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 47 32 -
CMYK 0 0.34 0.55 0.72
HSL 23.08º 0.38% 0.2% -
HSV(B) 23.08º 0.55% 0.28% -
XYZ 3.88 3.48 1.83 -
YUV 52.47 116.45 141.22 -
System Red Green Blue C M Y K H S L
Decimal 71 47 32 0 0.34 0.55 0.72 23.08 0.38 0.2
Hex 47 2F 20 0 22 37 48 17 26 14
Octal 107 57 40 0 42 67 110 27 46 24
Binary 1000111 101111 100000 0 100010 110111 1001000 10111 100110 10100

Color Harmonies of #472F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F20

Black with #472F20

Text Example


Text Example

White with #472F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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