Html Css Color HEX #472D25 Morocco Brown

📋 copy color: '#472D25'

red 71 ◦ green 45 ◦ blue 37

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

Shades of Morocco Brown #472D25

Tints of Morocco Brown #472D25

RGB

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

 GREEN value IS 45 (17.97% from 255) = 29.41%

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

R = 46.41%
G = 29.41%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#472D25 (or 0x472D25) is known color: Morocco Brown. HEX triplet: 47, 2D and 25. RGB value is (71,45,37). Sum of RGB (Red+Green+Blue) = 71+45+37=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #472D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D25 is #B8D2DA. Grayscale: #333333. Windows color (decimal): -12112603 or 2436423. OLE color: 2436423.

HSL color Cylindrical-coordinate representation of color #472D25: hue angle of 14.12º 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 #472D25 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 45 37 -
CMYK 0 0.37 0.48 0.72
HSL 14.12º 0.31% 0.21% -
HSV(B) 14.12º 0.48% 0.28% -
XYZ 3.87 3.35 2.19 -
YUV 51.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 71 45 37 0 0.37 0.48 0.72 14.12 0.31 0.21
Hex 47 2D 25 0 25 30 48 E 1F 15
Octal 107 55 45 0 45 60 110 16 37 25
Binary 1000111 101101 100101 0 100101 110000 1001000 1110 11111 10101

Color Harmonies of #472D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D25

Black with #472D25

Text Example


Text Example

White with #472D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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