Html Css Color HEX #473020 Morocco Brown

📋 copy color: '#473020'

red 71 ◦ green 48 ◦ blue 32

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

Shades of Morocco Brown #473020

Tints of Morocco Brown #473020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.79%

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

R = 47.02%
G = 31.79%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#473020 (or 0x473020) is known color: Morocco Brown. HEX triplet: 47, 30 and 20. RGB value is (71,48,32). Sum of RGB (Red+Green+Blue) = 71+48+32=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #473020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473020 is #B8CFDF. Grayscale: #353535. Windows color (decimal): -12111840 or 2109511. OLE color: 2109511.

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

Color convert

RGB 71 48 32 -
CMYK 0 0.32 0.55 0.72
HSL 24.62º 0.38% 0.2% -
HSV(B) 24.62º 0.55% 0.28% -
XYZ 3.92 3.56 1.85 -
YUV 53.05 116.12 140.8 -
System Red Green Blue C M Y K H S L
Decimal 71 48 32 0 0.32 0.55 0.72 24.62 0.38 0.2
Hex 47 30 20 0 20 37 48 19 26 14
Octal 107 60 40 0 40 67 110 31 46 24
Binary 1000111 110000 100000 0 100000 110111 1001000 11001 100110 10100

Color Harmonies of #473020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473020

Black with #473020

Text Example


Text Example

White with #473020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473020; }

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

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

background-color css

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

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

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

border-color css

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

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

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