Html Css Color HEX #472A23 Morocco Brown

📋 copy color: '#472A23'

red 71 ◦ green 42 ◦ blue 35

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

Shades of Morocco Brown #472A23

Tints of Morocco Brown #472A23

RGB

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

 GREEN value IS 42 (16.8% from 255) = 28.38%

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

R = 47.97%
G = 28.38%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#472A23 (or 0x472A23) is known color: Morocco Brown. HEX triplet: 47, 2A and 23. RGB value is (71,42,35). Sum of RGB (Red+Green+Blue) = 71+42+35=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #472A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A23 is #B8D5DC. Grayscale: #313131. Windows color (decimal): -12113373 or 2304583. OLE color: 2304583.

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

Color convert

RGB 71 42 35 -
CMYK 0 0.41 0.51 0.72
HSL 11.67º 0.34% 0.21% -
HSV(B) 11.67º 0.51% 0.28% -
XYZ 3.73 3.12 2 -
YUV 49.87 119.61 143.07 -
System Red Green Blue C M Y K H S L
Decimal 71 42 35 0 0.41 0.51 0.72 11.67 0.34 0.21
Hex 47 2A 23 0 29 33 48 C 22 15
Octal 107 52 43 0 51 63 110 14 42 25
Binary 1000111 101010 100011 0 101001 110011 1001000 1100 100010 10101

Color Harmonies of #472A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472A23

Black with #472A23

Text Example


Text Example

White with #472A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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