Html Css Color HEX #472F1F Morocco Brown

📋 copy color: '#472F1F'

red 71 ◦ green 47 ◦ blue 31

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

Shades of Morocco Brown #472F1F

Tints of Morocco Brown #472F1F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 31.54%

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

R = 47.65%
G = 31.54%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#472F1F (or 0x472F1F) is known color: Morocco Brown. HEX triplet: 47, 2F and 1F. RGB value is (71,47,31). Sum of RGB (Red+Green+Blue) = 71+47+31=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #472F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F1F is #B8D0E0. Grayscale: #343434. Windows color (decimal): -12112097 or 2043719. OLE color: 2043719.

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

Color convert

RGB 71 47 31 -
CMYK 0 0.34 0.56 0.72
HSL 24º 0.39% 0.2% -
HSV(B) 24º 0.56% 0.28% -
XYZ 3.86 3.47 1.76 -
YUV 52.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 71 47 31 0 0.34 0.56 0.72 24 0.39 0.2
Hex 47 2F 1F 0 22 38 48 18 27 14
Octal 107 57 37 0 42 70 110 30 47 24
Binary 1000111 101111 11111 0 100010 111000 1001000 11000 100111 10100

Color Harmonies of #472F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F1F

Black with #472F1F

Text Example


Text Example

White with #472F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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