#4A3228

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

Shades of Morocco Brown #4A3228

Tints of Morocco Brown #4A3228

Color information

#4A3228 (or 0x4A3228) is unknown color: approx Morocco Brown. HEX triplet: 4A, 32 and 28. RGB value is (74,50,40). Sum of RGB (Red+Green+Blue) = 74+50+40=164 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.12% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3228 is #B5CDD7. Grayscale: #383838. Windows color (decimal): -11914712 or 2634314. OLE color: 2634314.

HSL color Cylindrical-coordinate representation of color #4A3228: hue angle of 17.65º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A3228 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.71.

Color convert

RGB745040-
CMYK00.320.460.71
HSL17.65º29.82%22.35%-
HSV(B)17.65º45.95%29.02%-
XYZ4.353.892.53-
YUV56.04118.95140.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 45.12%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 40 (16.02% from 255) = 24.39%
R=45.12%
G=30.49%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74504000.320.460.7117.6529.8222.35
Hex4A32280202E47121e16
Octal112625004056107223626
Binary100101011001010100001000001011101000111100101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,50,40); }

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

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

 a { background-color: rgb(74,50,40); }

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

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

 span { border-color: rgb(74,50,40); }

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