Html Css Color HEX #47281C Morocco Brown

📋 copy color: '#47281C'

red 71 ◦ green 40 ◦ blue 28

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

Shades of Morocco Brown #47281C

Tints of Morocco Brown #47281C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.14%

R = 51.08%
G = 28.78%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#47281C (or 0x47281C) is known color: Morocco Brown. HEX triplet: 47, 28 and 1C. RGB value is (71,40,28). Sum of RGB (Red+Green+Blue) = 71+40+28=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #47281C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47281C is #B8D7E3. Grayscale: #2F2F2F. Windows color (decimal): -12113892 or 1845319. OLE color: 1845319.

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

Color convert

RGB 71 40 28 -
CMYK 0 0.44 0.61 0.72
HSL 16.74º 0.43% 0.19% -
HSV(B) 16.74º 0.61% 0.28% -
XYZ 3.57 2.94 1.48 -
YUV 47.9 116.77 144.48 -
System Red Green Blue C M Y K H S L
Decimal 71 40 28 0 0.44 0.61 0.72 16.74 0.43 0.19
Hex 47 28 1C 0 2C 3D 48 11 2B 13
Octal 107 50 34 0 54 75 110 21 53 23
Binary 1000111 101000 11100 0 101100 111101 1001000 10001 101011 10011

Color Harmonies of #47281C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47281C

Black with #47281C

Text Example


Text Example

White with #47281C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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