Html Css Color HEX #472C1A Morocco Brown

📋 copy color: '#472C1A'

red 71 ◦ green 44 ◦ blue 26

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

Shades of Morocco Brown #472C1A

Tints of Morocco Brown #472C1A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 31.21%

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

R = 50.35%
G = 31.21%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#472C1A (or 0x472C1A) is known color: Morocco Brown. HEX triplet: 47, 2C and 1A. RGB value is (71,44,26). Sum of RGB (Red+Green+Blue) = 71+44+26=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 44 (17.58% from 255 or 31.21% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #472C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C1A is #B8D3E5. Grayscale: #323232. Windows color (decimal): -12112870 or 1715271. OLE color: 1715271.

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

Color convert

RGB 71 44 26 -
CMYK 0 0.38 0.63 0.72
HSL 24º 0.46% 0.19% -
HSV(B) 24º 0.63% 0.28% -
XYZ 3.69 3.22 1.4 -
YUV 50.02 114.45 142.96 -
System Red Green Blue C M Y K H S L
Decimal 71 44 26 0 0.38 0.63 0.72 24 0.46 0.19
Hex 47 2C 1A 0 26 3F 48 18 2E 13
Octal 107 54 32 0 46 77 110 30 56 23
Binary 1000111 101100 11010 0 100110 111111 1001000 11000 101110 10011

Color Harmonies of #472C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C1A

Black with #472C1A

Text Example


Text Example

White with #472C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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