Html Css Color HEX #472C22 Morocco Brown

📋 copy color: '#472C22'

red 71 ◦ green 44 ◦ blue 34

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

Shades of Morocco Brown #472C22

Tints of Morocco Brown #472C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 22.82%

R = 47.65%
G = 29.53%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#472C22 (or 0x472C22) is known color: Morocco Brown. HEX triplet: 47, 2C and 22. RGB value is (71,44,34). Sum of RGB (Red+Green+Blue) = 71+44+34=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #472C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C22 is #B8D3DD. Grayscale: #333333. Windows color (decimal): -12112862 or 2239559. OLE color: 2239559.

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

Color convert

RGB 71 44 34 -
CMYK 0 0.38 0.52 0.72
HSL 16.22º 0.35% 0.21% -
HSV(B) 16.22º 0.52% 0.28% -
XYZ 3.79 3.26 1.94 -
YUV 50.93 118.45 142.31 -
System Red Green Blue C M Y K H S L
Decimal 71 44 34 0 0.38 0.52 0.72 16.22 0.35 0.21
Hex 47 2C 22 0 26 34 48 10 23 15
Octal 107 54 42 0 46 64 110 20 43 25
Binary 1000111 101100 100010 0 100110 110100 1001000 10000 100011 10101

Color Harmonies of #472C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C22

Black with #472C22

Text Example


Text Example

White with #472C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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