Html Css Color HEX #472915 Morocco Brown

📋 copy color: '#472915'

red 71 ◦ green 41 ◦ blue 21

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

Shades of Morocco Brown #472915

Tints of Morocco Brown #472915

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.83%

 BLUE value IS 21 (8.59% from 255) = 15.79%

R = 53.38%
G = 30.83%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#472915 (or 0x472915) is known color: Morocco Brown. HEX triplet: 47, 29 and 15. RGB value is (71,41,21). Sum of RGB (Red+Green+Blue) = 71+41+21=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #472915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472915 is #B8D6EA. Grayscale: #2F2F2F. Windows color (decimal): -12113643 or 1386823. OLE color: 1386823.

HSL color Cylindrical-coordinate representation of color #472915: hue angle of 24º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #472915 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 41 21 -
CMYK 0 0.42 0.70 0.72
HSL 24º 0.54% 0.18% -
HSV(B) 24º 0.7% 0.28% -
XYZ 3.53 2.98 1.1 -
YUV 47.69 112.94 144.63 -
System Red Green Blue C M Y K H S L
Decimal 71 41 21 0 0.42 0.70 0.72 24 0.54 0.18
Hex 47 29 15 0 2A 46 48 18 36 12
Octal 107 51 25 0 52 106 110 30 66 22
Binary 1000111 101001 10101 0 101010 1000110 1001000 11000 110110 10010

Color Harmonies of #472915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472915

Black with #472915

Text Example


Text Example

White with #472915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472915; }

 p { color: rgb(71,41,21); }

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

background-color css

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

 a { background-color: rgb(71,41,21); }

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

border-color css

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

 span { border-color: rgb(71,41,21); }

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