#4A291D

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

Shades of Morocco Brown #4A291D

Tints of Morocco Brown #4A291D

Color information

#4A291D (or 0x4A291D) is unknown color: approx Morocco Brown. HEX triplet: 4A, 29 and 1D. RGB value is (74,41,29). Sum of RGB (Red+Green+Blue) = 74+41+29=144 (19% of max value = 765). Red value is 74 (29.30% from 255 or 51.39% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 74 - color contains mainly: red. Hex color #4A291D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A291D is #B5D6E2. Grayscale: #313131. Windows color (decimal): -11917027 or 1911114. OLE color: 1911114.

HSL color Cylindrical-coordinate representation of color #4A291D: hue angle of 16º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A291D is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.71.

Color convert

RGB744129-
CMYK00.450.610.71
HSL16º43.69%20.2%-
HSV(B)16º60.81%29.02%-
XYZ3.843.131.56-
YUV49.5116.43145.48-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 51.39%
GREEN value IS 41 (16.41% from 255) = 28.47%
BLUE value IS 29 (11.72% from 255) = 20.14%
R=51.39%
G=28.47%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74412900.450.610.711643.6920.2
Hex4A291D02D3D47102c14
Octal112513505575107205424
Binary100101010100111101010110111110110001111000010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A291D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,41,29); }

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

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

 a { background-color: rgb(74,41,29); }

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

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

 span { border-color: rgb(74,41,29); }

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