Html Css Color HEX #472821 Morocco Brown

📋 copy color: '#472821'

red 71 ◦ green 40 ◦ blue 33

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

Shades of Morocco Brown #472821

Tints of Morocco Brown #472821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.78%

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

R = 49.31%
G = 27.78%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#472821 (or 0x472821) is known color: Morocco Brown. HEX triplet: 47, 28 and 21. RGB value is (71,40,33). Sum of RGB (Red+Green+Blue) = 71+40+33=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #472821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472821 is #B8D7DE. Grayscale: #303030. Windows color (decimal): -12113887 or 2172999. OLE color: 2172999.

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

Color convert

RGB 71 40 33 -
CMYK 0 0.44 0.54 0.72
HSL 11.05º 0.37% 0.2% -
HSV(B) 11.05º 0.54% 0.28% -
XYZ 3.63 2.97 1.82 -
YUV 48.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 71 40 33 0 0.44 0.54 0.72 11.05 0.37 0.2
Hex 47 28 21 0 2C 36 48 B 25 14
Octal 107 50 41 0 54 66 110 13 45 24
Binary 1000111 101000 100001 0 101100 110110 1001000 1011 100101 10100

Color Harmonies of #472821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472821

Black with #472821

Text Example


Text Example

White with #472821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472821; }

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

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

background-color css

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

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

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

border-color css

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

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

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