#4A271A

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

Shades of Morocco Brown #4A271A

Tints of Morocco Brown #4A271A

Color information

#4A271A (or 0x4A271A) is unknown color: approx Morocco Brown. HEX triplet: 4A, 27 and 1A. RGB value is (74,39,26). Sum of RGB (Red+Green+Blue) = 74+39+26=139 (18% of max value = 765). Red value is 74 (29.30% from 255 or 53.24% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 74 - color contains mainly: red. Hex color #4A271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A271A is #B5D8E5. Grayscale: #303030. Windows color (decimal): -11917542 or 1713994. OLE color: 1713994.

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

Color convert

RGB743926-
CMYK00.470.650.71
HSL16.25º48%19.61%-
HSV(B)16.25º64.86%29.02%-
XYZ3.742.981.36-
YUV47.98115.6146.56-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 53.24%
GREEN value IS 39 (15.62% from 255) = 28.06%
BLUE value IS 26 (10.55% from 255) = 18.71%
R=53.24%
G=28.06%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74392600.470.650.7116.254819.61
Hex4A271A02F4147103014
Octal1124732057101107206024
Binary1001010100111110100101111100000110001111000011000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,39,26); }

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

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

 a { background-color: rgb(74,39,26); }

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

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

 span { border-color: rgb(74,39,26); }

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