Html Css Color HEX #472B1E Morocco Brown

📋 copy color: '#472B1E'

red 71 ◦ green 43 ◦ blue 30

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

Shades of Morocco Brown #472B1E

Tints of Morocco Brown #472B1E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 29.86%

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

R = 49.31%
G = 29.86%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#472B1E (or 0x472B1E) is known color: Morocco Brown. HEX triplet: 47, 2B and 1E. RGB value is (71,43,30). Sum of RGB (Red+Green+Blue) = 71+43+30=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #472B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B1E is #B8D4E1. Grayscale: #313131. Windows color (decimal): -12113122 or 1977159. OLE color: 1977159.

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

Color convert

RGB 71 43 30 -
CMYK 0 0.39 0.58 0.72
HSL 19.02º 0.41% 0.2% -
HSV(B) 19.02º 0.58% 0.28% -
XYZ 3.7 3.16 1.64 -
YUV 49.89 116.78 143.06 -
System Red Green Blue C M Y K H S L
Decimal 71 43 30 0 0.39 0.58 0.72 19.02 0.41 0.2
Hex 47 2B 1E 0 27 3A 48 13 29 14
Octal 107 53 36 0 47 72 110 23 51 24
Binary 1000111 101011 11110 0 100111 111010 1001000 10011 101001 10100

Color Harmonies of #472B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B1E

Black with #472B1E

Text Example


Text Example

White with #472B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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