Html Css Color HEX #4A421D Madras

📋 copy color: '#4A421D'

red 74 ◦ green 66 ◦ blue 29

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

Shades of Madras #4A421D

Tints of Madras #4A421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.05%

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

R = 43.79%
G = 39.05%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.71

RGB Variations

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

Color information

#4A421D (or 0x4A421D) is known color: Madras. HEX triplet: 4A, 42 and 1D. RGB value is (74,66,29). Sum of RGB (Red+Green+Blue) = 74+66+29=169 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.79% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 74 - color contains mainly: red. Hex color #4A421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A421D is #B5BDE2. Grayscale: #404040. Windows color (decimal): -11910627 or 1917514. OLE color: 1917514.

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

Color convert

RGB 74 66 29 -
CMYK 0 0.11 0.61 0.71
HSL 49.33º 0.44% 0.2% -
HSV(B) 49.33º 0.61% 0.29% -
XYZ 4.99 5.44 1.95 -
YUV 64.17 108.15 135.01 -
System Red Green Blue C M Y K H S L
Decimal 74 66 29 0 0.11 0.61 0.71 49.33 0.44 0.2
Hex 4A 42 1D 0 B 3D 47 31 2C 14
Octal 112 102 35 0 13 75 107 61 54 24
Binary 1001010 1000010 11101 0 1011 111101 1000111 110001 101100 10100

Color Harmonies of #4A421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A421D

Black with #4A421D

Text Example


Text Example

White with #4A421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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