Html Css Color HEX #472C1D Morocco Brown

📋 copy color: '#472C1D'

red 71 ◦ green 44 ◦ blue 29

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

Shades of Morocco Brown #472C1D

Tints of Morocco Brown #472C1D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 30.56%

 BLUE value IS 29 (11.72% from 255) = 20.14%

R = 49.31%
G = 30.56%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#472C1D (or 0x472C1D) is known color: Morocco Brown. HEX triplet: 47, 2C and 1D. RGB value is (71,44,29). Sum of RGB (Red+Green+Blue) = 71+44+29=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #472C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C1D is #B8D3E2. Grayscale: #323232. Windows color (decimal): -12112867 or 1911879. OLE color: 1911879.

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

Color convert

RGB 71 44 29 -
CMYK 0 0.38 0.59 0.72
HSL 21.43º 0.42% 0.2% -
HSV(B) 21.43º 0.59% 0.28% -
XYZ 3.72 3.23 1.59 -
YUV 50.36 115.95 142.72 -
System Red Green Blue C M Y K H S L
Decimal 71 44 29 0 0.38 0.59 0.72 21.43 0.42 0.2
Hex 47 2C 1D 0 26 3B 48 15 2A 14
Octal 107 54 35 0 46 73 110 25 52 24
Binary 1000111 101100 11101 0 100110 111011 1001000 10101 101010 10100

Color Harmonies of #472C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C1D

Black with #472C1D

Text Example


Text Example

White with #472C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,44,29); }

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

background-color css

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

 a { background-color: rgb(71,44,29); }

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

border-color css

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

 span { border-color: rgb(71,44,29); }

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