Html Css Color HEX #472920 Morocco Brown

📋 copy color: '#472920'

red 71 ◦ green 41 ◦ blue 32

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

Shades of Morocco Brown #472920

Tints of Morocco Brown #472920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.47%

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

R = 49.31%
G = 28.47%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#472920 (or 0x472920) is known color: Morocco Brown. HEX triplet: 47, 29 and 20. RGB value is (71,41,32). Sum of RGB (Red+Green+Blue) = 71+41+32=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #472920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472920 is #B8D6DF. Grayscale: #313131. Windows color (decimal): -12113632 or 2107719. OLE color: 2107719.

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

Color convert

RGB 71 41 32 -
CMYK 0 0.42 0.55 0.72
HSL 13.85º 0.38% 0.2% -
HSV(B) 13.85º 0.55% 0.28% -
XYZ 3.65 3.03 1.76 -
YUV 48.94 118.44 143.73 -
System Red Green Blue C M Y K H S L
Decimal 71 41 32 0 0.42 0.55 0.72 13.85 0.38 0.2
Hex 47 29 20 0 2A 37 48 E 26 14
Octal 107 51 40 0 52 67 110 16 46 24
Binary 1000111 101001 100000 0 101010 110111 1001000 1110 100110 10100

Color Harmonies of #472920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472920

Black with #472920

Text Example


Text Example

White with #472920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472920; }

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

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

background-color css

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

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

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

border-color css

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

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

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