Html Css Color HEX #472E1F Morocco Brown

📋 copy color: '#472E1F'

red 71 ◦ green 46 ◦ blue 31

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

Shades of Morocco Brown #472E1F

Tints of Morocco Brown #472E1F

RGB

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

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

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

R = 47.97%
G = 31.08%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#472E1F (or 0x472E1F) is known color: Morocco Brown. HEX triplet: 47, 2E and 1F. RGB value is (71,46,31). Sum of RGB (Red+Green+Blue) = 71+46+31=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #472E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E1F is #B8D1E0. Grayscale: #333333. Windows color (decimal): -12112353 or 2043463. OLE color: 2043463.

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

Color convert

RGB 71 46 31 -
CMYK 0 0.35 0.56 0.72
HSL 22.5º 0.39% 0.2% -
HSV(B) 22.5º 0.56% 0.28% -
XYZ 3.82 3.39 1.75 -
YUV 51.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 71 46 31 0 0.35 0.56 0.72 22.5 0.39 0.2
Hex 47 2E 1F 0 23 38 48 16 27 14
Octal 107 56 37 0 43 70 110 26 47 24
Binary 1000111 101110 11111 0 100011 111000 1001000 10110 100111 10100

Color Harmonies of #472E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E1F

Black with #472E1F

Text Example


Text Example

White with #472E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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