Html Css Color HEX #4A2E21 Morocco Brown

📋 copy color: '#4A2E21'

red 74 ◦ green 46 ◦ blue 33

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

Shades of Morocco Brown #4A2E21

Tints of Morocco Brown #4A2E21

RGB

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

 GREEN value IS 46 (18.36% from 255) = 30.07%

 BLUE value IS 33 (13.28% from 255) = 21.57%

R = 48.37%
G = 30.07%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#4A2E21 (or 0x4A2E21) is known color: Morocco Brown. HEX triplet: 4A, 2E and 21. RGB value is (74,46,33). Sum of RGB (Red+Green+Blue) = 74+46+33=153 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.37% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2E21 is #B5D1DE. Grayscale: #343434. Windows color (decimal): -11915743 or 2174538. OLE color: 2174538.

HSL color Cylindrical-coordinate representation of color #4A2E21: hue angle of 19.02º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A2E21 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 46 33 -
CMYK 0 0.38 0.55 0.71
HSL 19.02º 0.38% 0.21% -
HSV(B) 19.02º 0.55% 0.29% -
XYZ 4.08 3.52 1.9 -
YUV 52.89 116.78 143.06 -
System Red Green Blue C M Y K H S L
Decimal 74 46 33 0 0.38 0.55 0.71 19.02 0.38 0.21
Hex 4A 2E 21 0 26 37 47 13 26 15
Octal 112 56 41 0 46 67 107 23 46 25
Binary 1001010 101110 100001 0 100110 110111 1000111 10011 100110 10101

Color Harmonies of #4A2E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2E21

Black with #4A2E21

Text Example


Text Example

White with #4A2E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,46,33); }

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

background-color css

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

 a { background-color: rgb(74,46,33); }

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

border-color css

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

 span { border-color: rgb(74,46,33); }

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