Html Css Color HEX #472E23 Morocco Brown

📋 copy color: '#472E23'

red 71 ◦ green 46 ◦ blue 35

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

Shades of Morocco Brown #472E23

Tints of Morocco Brown #472E23

RGB

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

 GREEN value IS 46 (18.36% from 255) = 30.26%

 BLUE value IS 35 (14.06% from 255) = 23.03%

R = 46.71%
G = 30.26%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#472E23 (or 0x472E23) is known color: Morocco Brown. HEX triplet: 47, 2E and 23. RGB value is (71,46,35). Sum of RGB (Red+Green+Blue) = 71+46+35=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #472E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E23 is #B8D1DC. Grayscale: #343434. Windows color (decimal): -12112349 or 2305607. OLE color: 2305607.

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

Color convert

RGB 71 46 35 -
CMYK 0 0.35 0.51 0.72
HSL 18.33º 0.34% 0.21% -
HSV(B) 18.33º 0.51% 0.28% -
XYZ 3.88 3.41 2.04 -
YUV 52.22 118.28 141.39 -
System Red Green Blue C M Y K H S L
Decimal 71 46 35 0 0.35 0.51 0.72 18.33 0.34 0.21
Hex 47 2E 23 0 23 33 48 12 22 15
Octal 107 56 43 0 43 63 110 22 42 25
Binary 1000111 101110 100011 0 100011 110011 1001000 10010 100010 10101

Color Harmonies of #472E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E23

Black with #472E23

Text Example


Text Example

White with #472E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,46,35); }

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

background-color css

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

 a { background-color: rgb(71,46,35); }

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

border-color css

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

 span { border-color: rgb(71,46,35); }

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