Html Css Color HEX #472F1B Morocco Brown

📋 copy color: '#472F1B'

red 71 ◦ green 47 ◦ blue 27

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

Shades of Morocco Brown #472F1B

Tints of Morocco Brown #472F1B

RGB

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

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

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

R = 48.97%
G = 32.41%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#472F1B (or 0x472F1B) is known color: Morocco Brown. HEX triplet: 47, 2F and 1B. RGB value is (71,47,27). Sum of RGB (Red+Green+Blue) = 71+47+27=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #472F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F1B is #B8D0E4. Grayscale: #343434. Windows color (decimal): -12112101 or 1781575. OLE color: 1781575.

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

Color convert

RGB 71 47 27 -
CMYK 0 0.34 0.62 0.72
HSL 27.27º 0.45% 0.19% -
HSV(B) 27.27º 0.62% 0.28% -
XYZ 3.81 3.45 1.5 -
YUV 51.9 113.95 141.63 -
System Red Green Blue C M Y K H S L
Decimal 71 47 27 0 0.34 0.62 0.72 27.27 0.45 0.19
Hex 47 2F 1B 0 22 3E 48 1B 2D 13
Octal 107 57 33 0 42 76 110 33 55 23
Binary 1000111 101111 11011 0 100010 111110 1001000 11011 101101 10011

Color Harmonies of #472F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F1B

Black with #472F1B

Text Example


Text Example

White with #472F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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