Html Css Color HEX #472E24 Morocco Brown

📋 copy color: '#472E24'

red 71 ◦ green 46 ◦ blue 36

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

Shades of Morocco Brown #472E24

Tints of Morocco Brown #472E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.53%

R = 46.41%
G = 30.07%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#472E24 (or 0x472E24) is known color: Morocco Brown. HEX triplet: 47, 2E and 24. RGB value is (71,46,36). Sum of RGB (Red+Green+Blue) = 71+46+36=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #472E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E24 is #B8D1DB. Grayscale: #343434. Windows color (decimal): -12112348 or 2371143. OLE color: 2371143.

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

Color convert

RGB 71 46 36 -
CMYK 0 0.35 0.49 0.72
HSL 17.14º 0.33% 0.21% -
HSV(B) 17.14º 0.49% 0.28% -
XYZ 3.89 3.42 2.12 -
YUV 52.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 71 46 36 0 0.35 0.49 0.72 17.14 0.33 0.21
Hex 47 2E 24 0 23 31 48 11 21 15
Octal 107 56 44 0 43 61 110 21 41 25
Binary 1000111 101110 100100 0 100011 110001 1001000 10001 100001 10101

Color Harmonies of #472E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E24

Black with #472E24

Text Example


Text Example

White with #472E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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