Html Css Color HEX #472E1C Morocco Brown

📋 copy color: '#472E1C'

red 71 ◦ green 46 ◦ blue 28

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

Shades of Morocco Brown #472E1C

Tints of Morocco Brown #472E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.31%

R = 48.97%
G = 31.72%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#472E1C (or 0x472E1C) is known color: Morocco Brown. HEX triplet: 47, 2E and 1C. RGB value is (71,46,28). Sum of RGB (Red+Green+Blue) = 71+46+28=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #472E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E1C is #B8D1E3. Grayscale: #333333. Windows color (decimal): -12112356 or 1846855. OLE color: 1846855.

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

Color convert

RGB 71 46 28 -
CMYK 0 0.35 0.61 0.72
HSL 25.12º 0.43% 0.19% -
HSV(B) 25.12º 0.61% 0.28% -
XYZ 3.79 3.38 1.55 -
YUV 51.42 114.78 141.96 -
System Red Green Blue C M Y K H S L
Decimal 71 46 28 0 0.35 0.61 0.72 25.12 0.43 0.19
Hex 47 2E 1C 0 23 3D 48 19 2B 13
Octal 107 56 34 0 43 75 110 31 53 23
Binary 1000111 101110 11100 0 100011 111101 1001000 11001 101011 10011

Color Harmonies of #472E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E1C

Black with #472E1C

Text Example


Text Example

White with #472E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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