Html Css Color HEX #472D1E Morocco Brown

📋 copy color: '#472D1E'

red 71 ◦ green 45 ◦ blue 30

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

Shades of Morocco Brown #472D1E

Tints of Morocco Brown #472D1E

RGB

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

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

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

R = 48.63%
G = 30.82%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#472D1E (or 0x472D1E) is known color: Morocco Brown. HEX triplet: 47, 2D and 1E. RGB value is (71,45,30). Sum of RGB (Red+Green+Blue) = 71+45+30=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #472D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D1E is #B8D2E1. Grayscale: #333333. Windows color (decimal): -12112610 or 1977671. OLE color: 1977671.

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

Color convert

RGB 71 45 30 -
CMYK 0 0.37 0.58 0.72
HSL 21.95º 0.41% 0.2% -
HSV(B) 21.95º 0.58% 0.28% -
XYZ 3.77 3.31 1.67 -
YUV 51.06 116.11 142.22 -
System Red Green Blue C M Y K H S L
Decimal 71 45 30 0 0.37 0.58 0.72 21.95 0.41 0.2
Hex 47 2D 1E 0 25 3A 48 16 29 14
Octal 107 55 36 0 45 72 110 26 51 24
Binary 1000111 101101 11110 0 100101 111010 1001000 10110 101001 10100

Color Harmonies of #472D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D1E

Black with #472D1E

Text Example


Text Example

White with #472D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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