Html Css Color HEX #4A281F Morocco Brown

📋 copy color: '#4A281F'

red 74 ◦ green 40 ◦ blue 31

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

Shades of Morocco Brown #4A281F

Tints of Morocco Brown #4A281F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.59%

 BLUE value IS 31 (12.5% from 255) = 21.38%

R = 51.03%
G = 27.59%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#4A281F (or 0x4A281F) is known color: Morocco Brown. HEX triplet: 4A, 28 and 1F. RGB value is (74,40,31). Sum of RGB (Red+Green+Blue) = 74+40+31=145 (19% of max value = 765). Red value is 74 (29.30% from 255 or 51.03% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 74 - color contains mainly: red. Hex color #4A281F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A281F is #B5D7E0. Grayscale: #313131. Windows color (decimal): -11917281 or 2041930. OLE color: 2041930.

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

Color convert

RGB 74 40 31 -
CMYK 0 0.46 0.58 0.71
HSL 12.56º 0.41% 0.21% -
HSV(B) 12.56º 0.58% 0.29% -
XYZ 3.83 3.07 1.69 -
YUV 49.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 74 40 31 0 0.46 0.58 0.71 12.56 0.41 0.21
Hex 4A 28 1F 0 2E 3A 47 D 29 15
Octal 112 50 37 0 56 72 107 15 51 25
Binary 1001010 101000 11111 0 101110 111010 1000111 1101 101001 10101

Color Harmonies of #4A281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A281F

Black with #4A281F

Text Example


Text Example

White with #4A281F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,40,31); }

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

background-color css

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

 a { background-color: rgb(74,40,31); }

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

border-color css

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

 span { border-color: rgb(74,40,31); }

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