Html Css Color HEX #47301E Morocco Brown

📋 copy color: '#47301E'

red 71 ◦ green 48 ◦ blue 30

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

Shades of Morocco Brown #47301E

Tints of Morocco Brown #47301E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.21%

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

R = 47.65%
G = 32.21%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#47301E (or 0x47301E) is known color: Morocco Brown. HEX triplet: 47, 30 and 1E. RGB value is (71,48,30). Sum of RGB (Red+Green+Blue) = 71+48+30=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #47301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47301E is #B8CFE1. Grayscale: #343434. Windows color (decimal): -12111842 or 1978439. OLE color: 1978439.

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

Color convert

RGB 71 48 30 -
CMYK 0 0.32 0.58 0.72
HSL 26.34º 0.41% 0.2% -
HSV(B) 26.34º 0.58% 0.28% -
XYZ 3.89 3.55 1.71 -
YUV 52.83 115.12 140.96 -
System Red Green Blue C M Y K H S L
Decimal 71 48 30 0 0.32 0.58 0.72 26.34 0.41 0.2
Hex 47 30 1E 0 20 3A 48 1A 29 14
Octal 107 60 36 0 40 72 110 32 51 24
Binary 1000111 110000 11110 0 100000 111010 1001000 11010 101001 10100

Color Harmonies of #47301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47301E

Black with #47301E

Text Example


Text Example

White with #47301E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47301E; }

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

 H1.HeaderClassName
 {
   color: #47301E;
 }
 .AnyTagClassName
 {
   color: #47301E;
 }
</style>

background-color css

<style>
 a { background-color: #47301E; }

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

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

border-color css

<style>
 span { border-color: #47301E; }

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

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