Html Css Color HEX #472E21 Morocco Brown

📋 copy color: '#472E21'

red 71 ◦ green 46 ◦ blue 33

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

Shades of Morocco Brown #472E21

Tints of Morocco Brown #472E21

RGB

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

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

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

R = 47.33%
G = 30.67%
B = 22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#472E21 (or 0x472E21) is known color: Morocco Brown. HEX triplet: 47, 2E and 21. RGB value is (71,46,33). Sum of RGB (Red+Green+Blue) = 71+46+33=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #472E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E21 is #B8D1DE. Grayscale: #343434. Windows color (decimal): -12112351 or 2174535. OLE color: 2174535.

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

Color convert

RGB 71 46 33 -
CMYK 0 0.35 0.54 0.72
HSL 20.53º 0.37% 0.2% -
HSV(B) 20.53º 0.54% 0.28% -
XYZ 3.85 3.4 1.89 -
YUV 51.99 117.28 141.56 -
System Red Green Blue C M Y K H S L
Decimal 71 46 33 0 0.35 0.54 0.72 20.53 0.37 0.2
Hex 47 2E 21 0 23 36 48 15 25 14
Octal 107 56 41 0 43 66 110 25 45 24
Binary 1000111 101110 100001 0 100011 110110 1001000 10101 100101 10100

Color Harmonies of #472E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E21

Black with #472E21

Text Example


Text Example

White with #472E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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