#4A261A

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

Shades of Morocco Brown #4A261A

Tints of Morocco Brown #4A261A

Color information

#4A261A (or 0x4A261A) is unknown color: approx Morocco Brown. HEX triplet: 4A, 26 and 1A. RGB value is (74,38,26). Sum of RGB (Red+Green+Blue) = 74+38+26=138 (18% of max value = 765). Red value is 74 (29.30% from 255 or 53.62% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 74 - color contains mainly: red. Hex color #4A261A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A261A is #B5D9E5. Grayscale: #2F2F2F. Windows color (decimal): -11917798 or 1713738. OLE color: 1713738.

HSL color Cylindrical-coordinate representation of color #4A261A: hue angle of 15º 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 #4A261A is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.71.

Color convert

RGB743826-
CMYK00.490.650.71
HSL15º48%19.61%-
HSV(B)15º64.86%29.02%-
XYZ3.72.921.35-
YUV47.4115.93146.98-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 53.62%
GREEN value IS 38 (15.23% from 255) = 27.54%
BLUE value IS 26 (10.55% from 255) = 18.84%
R=53.62%
G=27.54%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74382600.490.650.71154819.61
Hex4A261A0314147f3014
Octal1124632061101107176024
Binary100101010011011010011000110000011000111111111000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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