Html Css Color HEX #4C401D Madras

📋 copy color: '#4C401D'

red 76 ◦ green 64 ◦ blue 29

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

Shades of Madras #4C401D

Tints of Madras #4C401D

RGB

 RED value IS 76 (30.08% from 255) = 44.97%

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

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

R = 44.97%
G = 37.87%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.70

RGB Variations

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

Color information

#4C401D (or 0x4C401D) is known color: Madras. HEX triplet: 4C, 40 and 1D. RGB value is (76,64,29). Sum of RGB (Red+Green+Blue) = 76+64+29=169 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.97% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 76 - color contains mainly: red. Hex color #4C401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C401D is #B3BFE2. Grayscale: #3F3F3F. Windows color (decimal): -11780067 or 1917004. OLE color: 1917004.

HSL color Cylindrical-coordinate representation of color #4C401D: hue angle of 44.68º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C401D is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 64 29 -
CMYK 0 0.16 0.62 0.70
HSL 44.68º 0.45% 0.21% -
HSV(B) 44.68º 0.62% 0.3% -
XYZ 5.04 5.29 1.92 -
YUV 63.6 108.48 136.85 -
System Red Green Blue C M Y K H S L
Decimal 76 64 29 0 0.16 0.62 0.70 44.68 0.45 0.21
Hex 4C 40 1D 0 10 3E 46 2D 2D 15
Octal 114 100 35 0 20 76 106 55 55 25
Binary 1001100 1000000 11101 0 10000 111110 1000110 101101 101101 10101

Color Harmonies of #4C401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C401D

Black with #4C401D

Text Example


Text Example

White with #4C401D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,64,29); }

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

background-color css

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

 a { background-color: rgb(76,64,29); }

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

border-color css

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

 span { border-color: rgb(76,64,29); }

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