Html Css Color HEX #4A4020 Madras

📋 copy color: '#4A4020'

red 74 ◦ green 64 ◦ blue 32

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

Shades of Madras #4A4020

Tints of Madras #4A4020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.65%

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

R = 43.53%
G = 37.65%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.71

RGB Variations

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

Color information

#4A4020 (or 0x4A4020) is known color: Madras. HEX triplet: 4A, 40 and 20. RGB value is (74,64,32). Sum of RGB (Red+Green+Blue) = 74+64+32=170 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.53% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4020 is #B5BFDF. Grayscale: #3F3F3F. Windows color (decimal): -11911136 or 2113610. OLE color: 2113610.

HSL color Cylindrical-coordinate representation of color #4A4020: hue angle of 45.71º 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 #4A4020 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 64 32 -
CMYK 0 0.14 0.57 0.71
HSL 45.71º 0.4% 0.21% -
HSV(B) 45.71º 0.57% 0.29% -
XYZ 4.92 5.23 2.12 -
YUV 63.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 74 64 32 0 0.14 0.57 0.71 45.71 0.4 0.21
Hex 4A 40 20 0 E 39 47 2E 28 15
Octal 112 100 40 0 16 71 107 56 50 25
Binary 1001010 1000000 100000 0 1110 111001 1000111 101110 101000 10101

Color Harmonies of #4A4020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4020

Black with #4A4020

Text Example


Text Example

White with #4A4020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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