Html Css Color HEX #472D19 Morocco Brown

📋 copy color: '#472D19'

red 71 ◦ green 45 ◦ blue 25

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

Shades of Morocco Brown #472D19

Tints of Morocco Brown #472D19

RGB

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

 GREEN value IS 45 (17.97% from 255) = 31.91%

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

R = 50.35%
G = 31.91%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#472D19 (or 0x472D19) is known color: Morocco Brown. HEX triplet: 47, 2D and 19. RGB value is (71,45,25). Sum of RGB (Red+Green+Blue) = 71+45+25=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #472D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472D19 is #B8D2E6. Grayscale: #323232. Windows color (decimal): -12112615 or 1649991. OLE color: 1649991.

HSL color Cylindrical-coordinate representation of color #472D19: hue angle of 26.09º 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 #472D19 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 45 25 -
CMYK 0 0.37 0.65 0.72
HSL 26.09º 0.48% 0.19% -
HSV(B) 26.09º 0.65% 0.28% -
XYZ 3.71 3.29 1.36 -
YUV 50.49 113.61 142.63 -
System Red Green Blue C M Y K H S L
Decimal 71 45 25 0 0.37 0.65 0.72 26.09 0.48 0.19
Hex 47 2D 19 0 25 41 48 1A 30 13
Octal 107 55 31 0 45 101 110 32 60 23
Binary 1000111 101101 11001 0 100101 1000001 1001000 11010 110000 10011

Color Harmonies of #472D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D19

Black with #472D19

Text Example


Text Example

White with #472D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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