Html Css Color HEX #472A1A Morocco Brown

📋 copy color: '#472A1A'

red 71 ◦ green 42 ◦ blue 26

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

Shades of Morocco Brown #472A1A

Tints of Morocco Brown #472A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.71%

R = 51.08%
G = 30.22%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#472A1A (or 0x472A1A) is known color: Morocco Brown. HEX triplet: 47, 2A and 1A. RGB value is (71,42,26). Sum of RGB (Red+Green+Blue) = 71+42+26=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #472A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A1A is #B8D5E5. Grayscale: #303030. Windows color (decimal): -12113382 or 1714759. OLE color: 1714759.

HSL color Cylindrical-coordinate representation of color #472A1A: hue angle of 21.33º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #472A1A is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 42 26 -
CMYK 0 0.41 0.63 0.72
HSL 21.33º 0.46% 0.19% -
HSV(B) 21.33º 0.63% 0.28% -
XYZ 3.61 3.07 1.38 -
YUV 48.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 71 42 26 0 0.41 0.63 0.72 21.33 0.46 0.19
Hex 47 2A 1A 0 29 3F 48 15 2E 13
Octal 107 52 32 0 51 77 110 25 56 23
Binary 1000111 101010 11010 0 101001 111111 1001000 10101 101110 10011

Color Harmonies of #472A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472A1A

Black with #472A1A

Text Example


Text Example

White with #472A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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