Html Css Color HEX #472D22 Morocco Brown

📋 copy color: '#472D22'

red 71 ◦ green 45 ◦ blue 34

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

Shades of Morocco Brown #472D22

Tints of Morocco Brown #472D22

RGB

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

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

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

R = 47.33%
G = 30%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#472D22 (or 0x472D22) is known color: Morocco Brown. HEX triplet: 47, 2D and 22. RGB value is (71,45,34). Sum of RGB (Red+Green+Blue) = 71+45+34=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #472D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D22 is #B8D2DD. Grayscale: #333333. Windows color (decimal): -12112606 or 2239815. OLE color: 2239815.

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

Color convert

RGB 71 45 34 -
CMYK 0 0.37 0.52 0.72
HSL 17.84º 0.35% 0.21% -
HSV(B) 17.84º 0.52% 0.28% -
XYZ 3.83 3.33 1.95 -
YUV 51.52 118.11 141.89 -
System Red Green Blue C M Y K H S L
Decimal 71 45 34 0 0.37 0.52 0.72 17.84 0.35 0.21
Hex 47 2D 22 0 25 34 48 12 23 15
Octal 107 55 42 0 45 64 110 22 43 25
Binary 1000111 101101 100010 0 100101 110100 1001000 10010 100011 10101

Color Harmonies of #472D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D22

Black with #472D22

Text Example


Text Example

White with #472D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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