Html Css Color HEX #4A261B Morocco Brown

📋 copy color: '#4A261B'

red 74 ◦ green 38 ◦ blue 27

#4A261B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Morocco Brown #4A261B

Tints of Morocco Brown #4A261B

RGB

 RED value IS 74 (29.3% from 255) = 53.24%

 GREEN value IS 38 (15.23% from 255) = 27.34%

 BLUE value IS 27 (10.94% from 255) = 19.42%

R = 53.24%
G = 27.34%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#4A261B (or 0x4A261B) is known color: Morocco Brown. HEX triplet: 4A, 26 and 1B. RGB value is (74,38,27). Sum of RGB (Red+Green+Blue) = 74+38+27=139 (18% of max value = 765). Red value is 74 (29.30% from 255 or 53.24% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 74 - color contains mainly: red. Hex color #4A261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A261B is #B5D9E4. Grayscale: #2F2F2F. Windows color (decimal): -11917797 or 1779274. OLE color: 1779274.

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

Color convert

RGB 74 38 27 -
CMYK 0 0.49 0.64 0.71
HSL 14.04º 0.47% 0.2% -
HSV(B) 14.04º 0.64% 0.29% -
XYZ 3.71 2.92 1.4 -
YUV 47.51 116.43 146.89 -
System Red Green Blue C M Y K H S L
Decimal 74 38 27 0 0.49 0.64 0.71 14.04 0.47 0.2
Hex 4A 26 1B 0 31 40 47 E 2F 14
Octal 112 46 33 0 61 100 107 16 57 24
Binary 1001010 100110 11011 0 110001 1000000 1000111 1110 101111 10100

Color Harmonies of #4A261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A261B

Black with #4A261B

Text Example


Text Example

White with #4A261B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A261B;
 }
 .AnyTagClassName
 {
   color: #4A261B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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