Html Css Color HEX #4A411D Madras

📋 copy color: '#4A411D'

red 74 ◦ green 65 ◦ blue 29

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

Shades of Madras #4A411D

Tints of Madras #4A411D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.26%

R = 44.05%
G = 38.69%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.71

RGB Variations

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

Color information

#4A411D (or 0x4A411D) is known color: Madras. HEX triplet: 4A, 41 and 1D. RGB value is (74,65,29). Sum of RGB (Red+Green+Blue) = 74+65+29=168 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.05% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 74 - color contains mainly: red. Hex color #4A411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A411D is #B5BEE2. Grayscale: #3F3F3F. Windows color (decimal): -11910883 or 1917258. OLE color: 1917258.

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

Color convert

RGB 74 65 29 -
CMYK 0 0.12 0.61 0.71
HSL 48º 0.44% 0.2% -
HSV(B) 48º 0.61% 0.29% -
XYZ 4.94 5.33 1.93 -
YUV 63.59 108.48 135.43 -
System Red Green Blue C M Y K H S L
Decimal 74 65 29 0 0.12 0.61 0.71 48 0.44 0.2
Hex 4A 41 1D 0 C 3D 47 30 2C 14
Octal 112 101 35 0 14 75 107 60 54 24
Binary 1001010 1000001 11101 0 1100 111101 1000111 110000 101100 10100

Color Harmonies of #4A411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A411D

Black with #4A411D

Text Example


Text Example

White with #4A411D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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