Html Css Color HEX #473021 Morocco Brown

📋 copy color: '#473021'

red 71 ◦ green 48 ◦ blue 33

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

Shades of Morocco Brown #473021

Tints of Morocco Brown #473021

RGB

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

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

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

R = 46.71%
G = 31.58%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#473021 (or 0x473021) is known color: Morocco Brown. HEX triplet: 47, 30 and 21. RGB value is (71,48,33). Sum of RGB (Red+Green+Blue) = 71+48+33=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #473021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473021 is #B8CFDE. Grayscale: #353535. Windows color (decimal): -12111839 or 2175047. OLE color: 2175047.

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

Color convert

RGB 71 48 33 -
CMYK 0 0.32 0.54 0.72
HSL 23.68º 0.37% 0.2% -
HSV(B) 23.68º 0.54% 0.28% -
XYZ 3.93 3.56 1.92 -
YUV 53.17 116.62 140.72 -
System Red Green Blue C M Y K H S L
Decimal 71 48 33 0 0.32 0.54 0.72 23.68 0.37 0.2
Hex 47 30 21 0 20 36 48 18 25 14
Octal 107 60 41 0 40 66 110 30 45 24
Binary 1000111 110000 100001 0 100000 110110 1001000 11000 100101 10100

Color Harmonies of #473021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473021

Black with #473021

Text Example


Text Example

White with #473021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473021; }

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

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

background-color css

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

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

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

border-color css

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

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

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