Html Css Color HEX #472A20 Morocco Brown

📋 copy color: '#472A20'

red 71 ◦ green 42 ◦ blue 32

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

Shades of Morocco Brown #472A20

Tints of Morocco Brown #472A20

RGB

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

 GREEN value IS 42 (16.8% from 255) = 28.97%

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

R = 48.97%
G = 28.97%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#472A20 (or 0x472A20) is known color: Morocco Brown. HEX triplet: 47, 2A and 20. RGB value is (71,42,32). Sum of RGB (Red+Green+Blue) = 71+42+32=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #472A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A20 is #B8D5DF. Grayscale: #313131. Windows color (decimal): -12113376 or 2107975. OLE color: 2107975.

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

Color convert

RGB 71 42 32 -
CMYK 0 0.41 0.55 0.72
HSL 15.38º 0.38% 0.2% -
HSV(B) 15.38º 0.55% 0.28% -
XYZ 3.69 3.1 1.77 -
YUV 49.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 71 42 32 0 0.41 0.55 0.72 15.38 0.38 0.2
Hex 47 2A 20 0 29 37 48 F 26 14
Octal 107 52 40 0 51 67 110 17 46 24
Binary 1000111 101010 100000 0 101001 110111 1001000 1111 100110 10100

Color Harmonies of #472A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472A20

Black with #472A20

Text Example


Text Example

White with #472A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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