Html Css Color HEX #472A21 Morocco Brown

📋 copy color: '#472A21'

red 71 ◦ green 42 ◦ blue 33

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

Shades of Morocco Brown #472A21

Tints of Morocco Brown #472A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 22.6%

R = 48.63%
G = 28.77%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#472A21 (or 0x472A21) is known color: Morocco Brown. HEX triplet: 47, 2A and 21. RGB value is (71,42,33). Sum of RGB (Red+Green+Blue) = 71+42+33=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #472A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A21 is #B8D5DE. Grayscale: #313131. Windows color (decimal): -12113375 or 2173511. OLE color: 2173511.

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

Color convert

RGB 71 42 33 -
CMYK 0 0.41 0.54 0.72
HSL 14.21º 0.37% 0.2% -
HSV(B) 14.21º 0.54% 0.28% -
XYZ 3.7 3.11 1.84 -
YUV 49.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 71 42 33 0 0.41 0.54 0.72 14.21 0.37 0.2
Hex 47 2A 21 0 29 36 48 E 25 14
Octal 107 52 41 0 51 66 110 16 45 24
Binary 1000111 101010 100001 0 101001 110110 1001000 1110 100101 10100

Color Harmonies of #472A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472A21

Black with #472A21

Text Example


Text Example

White with #472A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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