Html Css Color HEX #472D1F Morocco Brown

📋 copy color: '#472D1F'

red 71 ◦ green 45 ◦ blue 31

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

Shades of Morocco Brown #472D1F

Tints of Morocco Brown #472D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.09%

R = 48.3%
G = 30.61%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#472D1F (or 0x472D1F) is known color: Morocco Brown. HEX triplet: 47, 2D and 1F. RGB value is (71,45,31). Sum of RGB (Red+Green+Blue) = 71+45+31=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #472D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D1F is #B8D2E0. Grayscale: #333333. Windows color (decimal): -12112609 or 2043207. OLE color: 2043207.

HSL color Cylindrical-coordinate representation of color #472D1F: hue angle of 21º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #472D1F is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 45 31 -
CMYK 0 0.37 0.56 0.72
HSL 21º 0.39% 0.2% -
HSV(B) 21º 0.56% 0.28% -
XYZ 3.78 3.32 1.74 -
YUV 51.18 116.61 142.14 -
System Red Green Blue C M Y K H S L
Decimal 71 45 31 0 0.37 0.56 0.72 21 0.39 0.2
Hex 47 2D 1F 0 25 38 48 15 27 14
Octal 107 55 37 0 45 70 110 25 47 24
Binary 1000111 101101 11111 0 100101 111000 1001000 10101 100111 10100

Color Harmonies of #472D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D1F

Black with #472D1F

Text Example


Text Example

White with #472D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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