Html Css Color HEX #472E25 Morocco Brown

📋 copy color: '#472E25'

red 71 ◦ green 46 ◦ blue 37

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

Shades of Morocco Brown #472E25

Tints of Morocco Brown #472E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 24.03%

R = 46.1%
G = 29.87%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#472E25 (or 0x472E25) is known color: Morocco Brown. HEX triplet: 47, 2E and 25. RGB value is (71,46,37). Sum of RGB (Red+Green+Blue) = 71+46+37=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #472E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E25 is #B8D1DA. Grayscale: #343434. Windows color (decimal): -12112347 or 2436679. OLE color: 2436679.

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

Color convert

RGB 71 46 37 -
CMYK 0 0.35 0.48 0.72
HSL 15.88º 0.31% 0.21% -
HSV(B) 15.88º 0.48% 0.28% -
XYZ 3.91 3.43 2.21 -
YUV 52.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 71 46 37 0 0.35 0.48 0.72 15.88 0.31 0.21
Hex 47 2E 25 0 23 30 48 10 1F 15
Octal 107 56 45 0 43 60 110 20 37 25
Binary 1000111 101110 100101 0 100011 110000 1001000 10000 11111 10101

Color Harmonies of #472E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E25

Black with #472E25

Text Example


Text Example

White with #472E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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