Html Css Color HEX #472B19 Morocco Brown

📋 copy color: '#472B19'

red 71 ◦ green 43 ◦ blue 25

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

Shades of Morocco Brown #472B19

Tints of Morocco Brown #472B19

RGB

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

 GREEN value IS 43 (17.19% from 255) = 30.94%

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

R = 51.08%
G = 30.94%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#472B19 (or 0x472B19) is known color: Morocco Brown. HEX triplet: 47, 2B and 19. RGB value is (71,43,25). Sum of RGB (Red+Green+Blue) = 71+43+25=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #472B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472B19 is #B8D4E6. Grayscale: #313131. Windows color (decimal): -12113127 or 1649479. OLE color: 1649479.

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

Color convert

RGB 71 43 25 -
CMYK 0 0.39 0.65 0.72
HSL 23.48º 0.48% 0.19% -
HSV(B) 23.48º 0.65% 0.28% -
XYZ 3.64 3.14 1.33 -
YUV 49.32 114.28 143.46 -
System Red Green Blue C M Y K H S L
Decimal 71 43 25 0 0.39 0.65 0.72 23.48 0.48 0.19
Hex 47 2B 19 0 27 41 48 17 30 13
Octal 107 53 31 0 47 101 110 27 60 23
Binary 1000111 101011 11001 0 100111 1000001 1001000 10111 110000 10011

Color Harmonies of #472B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B19

Black with #472B19

Text Example


Text Example

White with #472B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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