Html Css Color HEX #472D1B Morocco Brown

📋 copy color: '#472D1B'

red 71 ◦ green 45 ◦ blue 27

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

Shades of Morocco Brown #472D1B

Tints of Morocco Brown #472D1B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 31.47%

 BLUE value IS 27 (10.94% from 255) = 18.88%

R = 49.65%
G = 31.47%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#472D1B (or 0x472D1B) is known color: Morocco Brown. HEX triplet: 47, 2D and 1B. RGB value is (71,45,27). Sum of RGB (Red+Green+Blue) = 71+45+27=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #472D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D1B is #B8D2E4. Grayscale: #323232. Windows color (decimal): -12112613 or 1781063. OLE color: 1781063.

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

Color convert

RGB 71 45 27 -
CMYK 0 0.37 0.62 0.72
HSL 24.55º 0.45% 0.19% -
HSV(B) 24.55º 0.62% 0.28% -
XYZ 3.73 3.3 1.48 -
YUV 50.72 114.61 142.46 -
System Red Green Blue C M Y K H S L
Decimal 71 45 27 0 0.37 0.62 0.72 24.55 0.45 0.19
Hex 47 2D 1B 0 25 3E 48 19 2D 13
Octal 107 55 33 0 45 76 110 31 55 23
Binary 1000111 101101 11011 0 100101 111110 1001000 11001 101101 10011

Color Harmonies of #472D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D1B

Black with #472D1B

Text Example


Text Example

White with #472D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,45,27); }

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

background-color css

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

 a { background-color: rgb(71,45,27); }

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

border-color css

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

 span { border-color: rgb(71,45,27); }

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