#4A2C1F

Color #4A2C1F Morocco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morocco Brown #4A2C1F

Tints of Morocco Brown #4A2C1F

Color information

#4A2C1F (or 0x4A2C1F) is unknown color: approx Morocco Brown. HEX triplet: 4A, 2C and 1F. RGB value is (74,44,31). Sum of RGB (Red+Green+Blue) = 74+44+31=149 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.66% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2C1F is #B5D3E0. Grayscale: #333333. Windows color (decimal): -11916257 or 2042954. OLE color: 2042954.

HSL color Cylindrical-coordinate representation of color #4A2C1F: hue angle of 18.14º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A2C1F is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB744431-
CMYK00.410.580.71
HSL18.14º40.95%20.59%-
HSV(B)18.14º58.11%29.02%-
XYZ3.973.361.73-
YUV51.49116.44144.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 49.66%
GREEN value IS 44 (17.58% from 255) = 29.53%
BLUE value IS 31 (12.5% from 255) = 20.81%
R=49.66%
G=29.53%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74443100.410.580.7118.1440.9520.59
Hex4A2C1F0293A47122915
Octal112543705172107225125
Binary100101010110011111010100111101010001111001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A2C1F; }

 p { color: rgb(74,44,31); }

 H1.HeaderClassName
 {
   color: #4A2C1F;
 }
 .AnyTagClassName
 {
   color: #4A2C1F;
 }
</style>
background-color css

<style>
 a { background-color: #4A2C1F; }

 a { background-color: rgb(74,44,31); }

 div.DivClassName
 {
   background-color: #4A2C1F;
 }
 .BgClassName
 {
   background-color: #4A2C1F;
 }
</style>
border-color css

<style>
 span { border-color: #4A2C1F; }

 span { border-color: rgb(74,44,31); }

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