Html Css Color HEX #4A2E23 Morocco Brown

📋 copy color: '#4A2E23'

red 74 ◦ green 46 ◦ blue 35

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

Shades of Morocco Brown #4A2E23

Tints of Morocco Brown #4A2E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 22.58%

R = 47.74%
G = 29.68%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#4A2E23 (or 0x4A2E23) is known color: Morocco Brown. HEX triplet: 4A, 2E and 23. RGB value is (74,46,35). Sum of RGB (Red+Green+Blue) = 74+46+35=155 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.74% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 35 (14.06% from 255 or 22.58% from 155); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2E23 is #B5D1DC. Grayscale: #353535. Windows color (decimal): -11915741 or 2305610. OLE color: 2305610.

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

Color convert

RGB 74 46 35 -
CMYK 0 0.38 0.53 0.71
HSL 16.92º 0.36% 0.21% -
HSV(B) 16.92º 0.53% 0.29% -
XYZ 4.1 3.53 2.06 -
YUV 53.12 117.78 142.89 -
System Red Green Blue C M Y K H S L
Decimal 74 46 35 0 0.38 0.53 0.71 16.92 0.36 0.21
Hex 4A 2E 23 0 26 35 47 11 24 15
Octal 112 56 43 0 46 65 107 21 44 25
Binary 1001010 101110 100011 0 100110 110101 1000111 10001 100100 10101

Color Harmonies of #4A2E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2E23

Black with #4A2E23

Text Example


Text Example

White with #4A2E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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