Html Css Color HEX #472A1F Morocco Brown

📋 copy color: '#472A1F'

red 71 ◦ green 42 ◦ blue 31

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

Shades of Morocco Brown #472A1F

Tints of Morocco Brown #472A1F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 29.17%

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

R = 49.31%
G = 29.17%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#472A1F (or 0x472A1F) is known color: Morocco Brown. HEX triplet: 47, 2A and 1F. RGB value is (71,42,31). Sum of RGB (Red+Green+Blue) = 71+42+31=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #472A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A1F is #B8D5E0. Grayscale: #313131. Windows color (decimal): -12113377 or 2042439. OLE color: 2042439.

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

Color convert

RGB 71 42 31 -
CMYK 0 0.41 0.56 0.72
HSL 16.5º 0.39% 0.2% -
HSV(B) 16.5º 0.56% 0.28% -
XYZ 3.67 3.09 1.7 -
YUV 49.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 71 42 31 0 0.41 0.56 0.72 16.5 0.39 0.2
Hex 47 2A 1F 0 29 38 48 10 27 14
Octal 107 52 37 0 51 70 110 20 47 24
Binary 1000111 101010 11111 0 101001 111000 1001000 10000 100111 10100

Color Harmonies of #472A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472A1F

Black with #472A1F

Text Example


Text Example

White with #472A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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