Html Css Color HEX #472F1D Morocco Brown

📋 copy color: '#472F1D'

red 71 ◦ green 47 ◦ blue 29

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

Shades of Morocco Brown #472F1D

Tints of Morocco Brown #472F1D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 31.97%

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

R = 48.3%
G = 31.97%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#472F1D (or 0x472F1D) is known color: Morocco Brown. HEX triplet: 47, 2F and 1D. RGB value is (71,47,29). Sum of RGB (Red+Green+Blue) = 71+47+29=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #472F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F1D is #B8D0E2. Grayscale: #343434. Windows color (decimal): -12112099 or 1912647. OLE color: 1912647.

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

Color convert

RGB 71 47 29 -
CMYK 0 0.34 0.59 0.72
HSL 25.71º 0.42% 0.2% -
HSV(B) 25.71º 0.59% 0.28% -
XYZ 3.84 3.46 1.63 -
YUV 52.12 114.95 141.46 -
System Red Green Blue C M Y K H S L
Decimal 71 47 29 0 0.34 0.59 0.72 25.71 0.42 0.2
Hex 47 2F 1D 0 22 3B 48 1A 2A 14
Octal 107 57 35 0 42 73 110 32 52 24
Binary 1000111 101111 11101 0 100010 111011 1001000 11010 101010 10100

Color Harmonies of #472F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F1D

Black with #472F1D

Text Example


Text Example

White with #472F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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