Html Css Color HEX #4C3E1D Madras

📋 copy color: '#4C3E1D'

red 76 ◦ green 62 ◦ blue 29

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

Shades of Madras #4C3E1D

Tints of Madras #4C3E1D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 37.13%

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

R = 45.51%
G = 37.13%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.70

RGB Variations

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

Color information

#4C3E1D (or 0x4C3E1D) is known color: Madras. HEX triplet: 4C, 3E and 1D. RGB value is (76,62,29). Sum of RGB (Red+Green+Blue) = 76+62+29=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3E1D is #B3C1E2. Grayscale: #3E3E3E. Windows color (decimal): -11780579 or 1916492. OLE color: 1916492.

HSL color Cylindrical-coordinate representation of color #4C3E1D: hue angle of 42.13º 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 #4C3E1D is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 62 29 -
CMYK 0 0.18 0.62 0.70
HSL 42.13º 0.45% 0.21% -
HSV(B) 42.13º 0.62% 0.3% -
XYZ 4.92 5.07 1.88 -
YUV 62.42 109.14 137.68 -
System Red Green Blue C M Y K H S L
Decimal 76 62 29 0 0.18 0.62 0.70 42.13 0.45 0.21
Hex 4C 3E 1D 0 12 3E 46 2A 2D 15
Octal 114 76 35 0 22 76 106 52 55 25
Binary 1001100 111110 11101 0 10010 111110 1000110 101010 101101 10101

Color Harmonies of #4C3E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3E1D

Black with #4C3E1D

Text Example


Text Example

White with #4C3E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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