Html Css Color HEX #47281D Morocco Brown

📋 copy color: '#47281D'

red 71 ◦ green 40 ◦ blue 29

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

Shades of Morocco Brown #47281D

Tints of Morocco Brown #47281D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.57%

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

R = 50.71%
G = 28.57%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#47281D (or 0x47281D) is known color: Morocco Brown. HEX triplet: 47, 28 and 1D. RGB value is (71,40,29). Sum of RGB (Red+Green+Blue) = 71+40+29=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #47281D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47281D is #B8D7E2. Grayscale: #303030. Windows color (decimal): -12113891 or 1910855. OLE color: 1910855.

HSL color Cylindrical-coordinate representation of color #47281D: hue angle of 15.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 #47281D is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 40 29 -
CMYK 0 0.44 0.59 0.72
HSL 15.71º 0.42% 0.2% -
HSV(B) 15.71º 0.59% 0.28% -
XYZ 3.58 2.95 1.54 -
YUV 48.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 71 40 29 0 0.44 0.59 0.72 15.71 0.42 0.2
Hex 47 28 1D 0 2C 3B 48 10 2A 14
Octal 107 50 35 0 54 73 110 20 52 24
Binary 1000111 101000 11101 0 101100 111011 1001000 10000 101010 10100

Color Harmonies of #47281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47281D

Black with #47281D

Text Example


Text Example

White with #47281D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47281D; }

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

 H1.HeaderClassName
 {
   color: #47281D;
 }
 .AnyTagClassName
 {
   color: #47281D;
 }
</style>

background-color css

<style>
 a { background-color: #47281D; }

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

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

border-color css

<style>
 span { border-color: #47281D; }

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

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