Html Css Color HEX #472F21 Morocco Brown

📋 copy color: '#472F21'

red 71 ◦ green 47 ◦ blue 33

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

Shades of Morocco Brown #472F21

Tints of Morocco Brown #472F21

RGB

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

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

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

R = 47.02%
G = 31.13%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#472F21 (or 0x472F21) is known color: Morocco Brown. HEX triplet: 47, 2F and 21. RGB value is (71,47,33). Sum of RGB (Red+Green+Blue) = 71+47+33=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #472F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F21 is #B8D0DE. Grayscale: #343434. Windows color (decimal): -12112095 or 2174791. OLE color: 2174791.

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

Color convert

RGB 71 47 33 -
CMYK 0 0.34 0.54 0.72
HSL 22.11º 0.37% 0.2% -
HSV(B) 22.11º 0.54% 0.28% -
XYZ 3.89 3.48 1.91 -
YUV 52.58 116.95 141.14 -
System Red Green Blue C M Y K H S L
Decimal 71 47 33 0 0.34 0.54 0.72 22.11 0.37 0.2
Hex 47 2F 21 0 22 36 48 16 25 14
Octal 107 57 41 0 42 66 110 26 45 24
Binary 1000111 101111 100001 0 100010 110110 1001000 10110 100101 10100

Color Harmonies of #472F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F21

Black with #472F21

Text Example


Text Example

White with #472F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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