Html Css Color HEX #472820 Morocco Brown

📋 copy color: '#472820'

red 71 ◦ green 40 ◦ blue 32

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

Shades of Morocco Brown #472820

Tints of Morocco Brown #472820

RGB

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

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

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

R = 49.65%
G = 27.97%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#472820 (or 0x472820) is known color: Morocco Brown. HEX triplet: 47, 28 and 20. RGB value is (71,40,32). Sum of RGB (Red+Green+Blue) = 71+40+32=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #472820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472820 is #B8D7DF. Grayscale: #303030. Windows color (decimal): -12113888 or 2107463. OLE color: 2107463.

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

Color convert

RGB 71 40 32 -
CMYK 0 0.44 0.55 0.72
HSL 12.31º 0.38% 0.2% -
HSV(B) 12.31º 0.55% 0.28% -
XYZ 3.62 2.96 1.75 -
YUV 48.36 118.77 144.15 -
System Red Green Blue C M Y K H S L
Decimal 71 40 32 0 0.44 0.55 0.72 12.31 0.38 0.2
Hex 47 28 20 0 2C 37 48 C 26 14
Octal 107 50 40 0 54 67 110 14 46 24
Binary 1000111 101000 100000 0 101100 110111 1001000 1100 100110 10100

Color Harmonies of #472820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472820

Black with #472820

Text Example


Text Example

White with #472820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472820; }

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

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

background-color css

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

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

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

border-color css

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

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

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