Html Css Color HEX #473120 Morocco Brown

📋 copy color: '#473120'

red 71 ◦ green 49 ◦ blue 32

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

Shades of Morocco Brown #473120

Tints of Morocco Brown #473120

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.24%

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

R = 46.71%
G = 32.24%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#473120 (or 0x473120) is known color: Morocco Brown. HEX triplet: 47, 31 and 20. RGB value is (71,49,32). Sum of RGB (Red+Green+Blue) = 71+49+32=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #473120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473120 is #B8CEDF. Grayscale: #353535. Windows color (decimal): -12111584 or 2109767. OLE color: 2109767.

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

Color convert

RGB 71 49 32 -
CMYK 0 0.31 0.55 0.72
HSL 26.15º 0.38% 0.2% -
HSV(B) 26.15º 0.55% 0.28% -
XYZ 3.96 3.64 1.86 -
YUV 53.64 115.79 140.38 -
System Red Green Blue C M Y K H S L
Decimal 71 49 32 0 0.31 0.55 0.72 26.15 0.38 0.2
Hex 47 31 20 0 1F 37 48 1A 26 14
Octal 107 61 40 0 37 67 110 32 46 24
Binary 1000111 110001 100000 0 11111 110111 1001000 11010 100110 10100

Color Harmonies of #473120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473120

Black with #473120

Text Example


Text Example

White with #473120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473120; }

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

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

background-color css

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

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

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

border-color css

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

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

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