Html Css Color HEX #472F1E Morocco Brown

📋 copy color: '#472F1E'

red 71 ◦ green 47 ◦ blue 30

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

Shades of Morocco Brown #472F1E

Tints of Morocco Brown #472F1E

RGB

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

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

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

R = 47.97%
G = 31.76%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#472F1E (or 0x472F1E) is known color: Morocco Brown. HEX triplet: 47, 2F and 1E. RGB value is (71,47,30). Sum of RGB (Red+Green+Blue) = 71+47+30=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 47 (18.75% from 255 or 31.76% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #472F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F1E is #B8D0E1. Grayscale: #343434. Windows color (decimal): -12112098 or 1978183. OLE color: 1978183.

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

Color convert

RGB 71 47 30 -
CMYK 0 0.34 0.58 0.72
HSL 24.88º 0.41% 0.2% -
HSV(B) 24.88º 0.58% 0.28% -
XYZ 3.85 3.47 1.69 -
YUV 52.24 115.45 141.38 -
System Red Green Blue C M Y K H S L
Decimal 71 47 30 0 0.34 0.58 0.72 24.88 0.41 0.2
Hex 47 2F 1E 0 22 3A 48 19 29 14
Octal 107 57 36 0 42 72 110 31 51 24
Binary 1000111 101111 11110 0 100010 111010 1001000 11001 101001 10100

Color Harmonies of #472F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F1E

Black with #472F1E

Text Example


Text Example

White with #472F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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