Html Css Color HEX #4A4120 Madras

📋 copy color: '#4A4120'

red 74 ◦ green 65 ◦ blue 32

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

Shades of Madras #4A4120

Tints of Madras #4A4120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.01%

 BLUE value IS 32 (12.89% from 255) = 18.71%

R = 43.27%
G = 38.01%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.71

RGB Variations

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

Color information

#4A4120 (or 0x4A4120) is known color: Madras. HEX triplet: 4A, 41 and 20. RGB value is (74,65,32). Sum of RGB (Red+Green+Blue) = 74+65+32=171 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.27% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4120 is #B5BEDF. Grayscale: #404040. Windows color (decimal): -11910880 or 2113866. OLE color: 2113866.

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

Color convert

RGB 74 65 32 -
CMYK 0 0.12 0.57 0.71
HSL 47.14º 0.4% 0.21% -
HSV(B) 47.14º 0.57% 0.29% -
XYZ 4.98 5.34 2.14 -
YUV 63.93 109.98 135.18 -
System Red Green Blue C M Y K H S L
Decimal 74 65 32 0 0.12 0.57 0.71 47.14 0.4 0.21
Hex 4A 41 20 0 C 39 47 2F 28 15
Octal 112 101 40 0 14 71 107 57 50 25
Binary 1001010 1000001 100000 0 1100 111001 1000111 101111 101000 10101

Color Harmonies of #4A4120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4120

Black with #4A4120

Text Example


Text Example

White with #4A4120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,65,32); }

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

background-color css

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

 a { background-color: rgb(74,65,32); }

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

border-color css

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

 span { border-color: rgb(74,65,32); }

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