Html Css Color HEX #472E1A Morocco Brown

📋 copy color: '#472E1A'

red 71 ◦ green 46 ◦ blue 26

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

Shades of Morocco Brown #472E1A

Tints of Morocco Brown #472E1A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 32.17%

 BLUE value IS 26 (10.55% from 255) = 18.18%

R = 49.65%
G = 32.17%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#472E1A (or 0x472E1A) is known color: Morocco Brown. HEX triplet: 47, 2E and 1A. RGB value is (71,46,26). Sum of RGB (Red+Green+Blue) = 71+46+26=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #472E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E1A is #B8D1E5. Grayscale: #333333. Windows color (decimal): -12112358 or 1715783. OLE color: 1715783.

HSL color Cylindrical-coordinate representation of color #472E1A: hue angle of 26.67º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #472E1A is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 46 26 -
CMYK 0 0.35 0.63 0.72
HSL 26.67º 0.46% 0.19% -
HSV(B) 26.67º 0.63% 0.28% -
XYZ 3.76 3.37 1.43 -
YUV 51.2 113.78 142.13 -
System Red Green Blue C M Y K H S L
Decimal 71 46 26 0 0.35 0.63 0.72 26.67 0.46 0.19
Hex 47 2E 1A 0 23 3F 48 1B 2E 13
Octal 107 56 32 0 43 77 110 33 56 23
Binary 1000111 101110 11010 0 100011 111111 1001000 11011 101110 10011

Color Harmonies of #472E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E1A

Black with #472E1A

Text Example


Text Example

White with #472E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472E1A; }

 p { color: rgb(71,46,26); }

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

background-color css

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

 a { background-color: rgb(71,46,26); }

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

border-color css

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

 span { border-color: rgb(71,46,26); }

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