Html Css Color HEX #472E1E Morocco Brown

📋 copy color: '#472E1E'

red 71 ◦ green 46 ◦ blue 30

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

Shades of Morocco Brown #472E1E

Tints of Morocco Brown #472E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.41%

R = 48.3%
G = 31.29%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#472E1E (or 0x472E1E) is known color: Morocco Brown. HEX triplet: 47, 2E and 1E. RGB value is (71,46,30). Sum of RGB (Red+Green+Blue) = 71+46+30=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #472E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E1E is #B8D1E1. Grayscale: #333333. Windows color (decimal): -12112354 or 1977927. OLE color: 1977927.

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

Color convert

RGB 71 46 30 -
CMYK 0 0.35 0.58 0.72
HSL 23.41º 0.41% 0.2% -
HSV(B) 23.41º 0.58% 0.28% -
XYZ 3.81 3.39 1.68 -
YUV 51.65 115.78 141.8 -
System Red Green Blue C M Y K H S L
Decimal 71 46 30 0 0.35 0.58 0.72 23.41 0.41 0.2
Hex 47 2E 1E 0 23 3A 48 17 29 14
Octal 107 56 36 0 43 72 110 27 51 24
Binary 1000111 101110 11110 0 100011 111010 1001000 10111 101001 10100

Color Harmonies of #472E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E1E

Black with #472E1E

Text Example


Text Example

White with #472E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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