Html Css Color HEX #472C19 Morocco Brown

📋 copy color: '#472C19'

red 71 ◦ green 44 ◦ blue 25

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

Shades of Morocco Brown #472C19

Tints of Morocco Brown #472C19

RGB

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

 GREEN value IS 44 (17.58% from 255) = 31.43%

 BLUE value IS 25 (10.16% from 255) = 17.86%

R = 50.71%
G = 31.43%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#472C19 (or 0x472C19) is known color: Morocco Brown. HEX triplet: 47, 2C and 19. RGB value is (71,44,25). Sum of RGB (Red+Green+Blue) = 71+44+25=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #472C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472C19 is #B8D3E6. Grayscale: #323232. Windows color (decimal): -12112871 or 1649735. OLE color: 1649735.

HSL color Cylindrical-coordinate representation of color #472C19: hue angle of 24.78º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #472C19 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 44 25 -
CMYK 0 0.38 0.65 0.72
HSL 24.78º 0.48% 0.19% -
HSV(B) 24.78º 0.65% 0.28% -
XYZ 3.67 3.21 1.35 -
YUV 49.91 113.95 143.04 -
System Red Green Blue C M Y K H S L
Decimal 71 44 25 0 0.38 0.65 0.72 24.78 0.48 0.19
Hex 47 2C 19 0 26 41 48 19 30 13
Octal 107 54 31 0 46 101 110 31 60 23
Binary 1000111 101100 11001 0 100110 1000001 1001000 11001 110000 10011

Color Harmonies of #472C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C19

Black with #472C19

Text Example


Text Example

White with #472C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472C19; }

 p { color: rgb(71,44,25); }

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

background-color css

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

 a { background-color: rgb(71,44,25); }

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

border-color css

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

 span { border-color: rgb(71,44,25); }

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