Html Css Color HEX #472F23 Morocco Brown

📋 copy color: '#472F23'

red 71 ◦ green 47 ◦ blue 35

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

Shades of Morocco Brown #472F23

Tints of Morocco Brown #472F23

RGB

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

 GREEN value IS 47 (18.75% from 255) = 30.72%

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

R = 46.41%
G = 30.72%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#472F23 (or 0x472F23) is known color: Morocco Brown. HEX triplet: 47, 2F and 23. RGB value is (71,47,35). Sum of RGB (Red+Green+Blue) = 71+47+35=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #472F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F23 is #B8D0DC. Grayscale: #343434. Windows color (decimal): -12112093 or 2305863. OLE color: 2305863.

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

Color convert

RGB 71 47 35 -
CMYK 0 0.34 0.51 0.72
HSL 20º 0.34% 0.21% -
HSV(B) 20º 0.51% 0.28% -
XYZ 3.92 3.49 2.06 -
YUV 52.81 117.95 140.98 -
System Red Green Blue C M Y K H S L
Decimal 71 47 35 0 0.34 0.51 0.72 20 0.34 0.21
Hex 47 2F 23 0 22 33 48 14 22 15
Octal 107 57 43 0 42 63 110 24 42 25
Binary 1000111 101111 100011 0 100010 110011 1001000 10100 100010 10101

Color Harmonies of #472F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F23

Black with #472F23

Text Example


Text Example

White with #472F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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