Html Css Color HEX #472A1C Morocco Brown

📋 copy color: '#472A1C'

red 71 ◦ green 42 ◦ blue 28

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

Shades of Morocco Brown #472A1C

Tints of Morocco Brown #472A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.86%

R = 50.35%
G = 29.79%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#472A1C (or 0x472A1C) is known color: Morocco Brown. HEX triplet: 47, 2A and 1C. RGB value is (71,42,28). Sum of RGB (Red+Green+Blue) = 71+42+28=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #472A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A1C is #B8D5E3. Grayscale: #313131. Windows color (decimal): -12113380 or 1845831. OLE color: 1845831.

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

Color convert

RGB 71 42 28 -
CMYK 0 0.41 0.61 0.72
HSL 19.53º 0.43% 0.19% -
HSV(B) 19.53º 0.61% 0.28% -
XYZ 3.64 3.08 1.5 -
YUV 49.08 116.11 143.64 -
System Red Green Blue C M Y K H S L
Decimal 71 42 28 0 0.41 0.61 0.72 19.53 0.43 0.19
Hex 47 2A 1C 0 29 3D 48 14 2B 13
Octal 107 52 34 0 51 75 110 24 53 23
Binary 1000111 101010 11100 0 101001 111101 1001000 10100 101011 10011

Color Harmonies of #472A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472A1C

Black with #472A1C

Text Example


Text Example

White with #472A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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