Html Css Color HEX #47281F Morocco Brown

📋 copy color: '#47281F'

red 71 ◦ green 40 ◦ blue 31

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

Shades of Morocco Brown #47281F

Tints of Morocco Brown #47281F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.83%

R = 50%
G = 28.17%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#47281F (or 0x47281F) is known color: Morocco Brown. HEX triplet: 47, 28 and 1F. RGB value is (71,40,31). Sum of RGB (Red+Green+Blue) = 71+40+31=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #47281F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47281F is #B8D7E0. Grayscale: #303030. Windows color (decimal): -12113889 or 2041927. OLE color: 2041927.

HSL color Cylindrical-coordinate representation of color #47281F: hue angle of 13.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47281F is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 40 31 -
CMYK 0 0.44 0.56 0.72
HSL 13.5º 0.39% 0.2% -
HSV(B) 13.5º 0.56% 0.28% -
XYZ 3.6 2.96 1.68 -
YUV 48.24 118.27 144.23 -
System Red Green Blue C M Y K H S L
Decimal 71 40 31 0 0.44 0.56 0.72 13.5 0.39 0.2
Hex 47 28 1F 0 2C 38 48 E 27 14
Octal 107 50 37 0 54 70 110 16 47 24
Binary 1000111 101000 11111 0 101100 111000 1001000 1110 100111 10100

Color Harmonies of #47281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47281F

Black with #47281F

Text Example


Text Example

White with #47281F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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