Html Css Color HEX #4C3C1B Madras

📋 copy color: '#4C3C1B'

red 76 ◦ green 60 ◦ blue 27

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

Shades of Madras #4C3C1B

Tints of Madras #4C3C1B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.81%

 BLUE value IS 27 (10.94% from 255) = 16.56%

R = 46.63%
G = 36.81%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#4C3C1B (or 0x4C3C1B) is known color: Madras. HEX triplet: 4C, 3C and 1B. RGB value is (76,60,27). Sum of RGB (Red+Green+Blue) = 76+60+27=163 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.63% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3C1B is #B3C3E4. Grayscale: #3D3D3D. Windows color (decimal): -11781093 or 1784908. OLE color: 1784908.

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

Color convert

RGB 76 60 27 -
CMYK 0 0.21 0.64 0.70
HSL 40.41º 0.48% 0.2% -
HSV(B) 40.41º 0.64% 0.3% -
XYZ 4.79 4.85 1.72 -
YUV 61.02 108.8 138.68 -
System Red Green Blue C M Y K H S L
Decimal 76 60 27 0 0.21 0.64 0.70 40.41 0.48 0.2
Hex 4C 3C 1B 0 15 40 46 28 30 14
Octal 114 74 33 0 25 100 106 50 60 24
Binary 1001100 111100 11011 0 10101 1000000 1000110 101000 110000 10100

Color Harmonies of #4C3C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3C1B

Black with #4C3C1B

Text Example


Text Example

White with #4C3C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,60,27); }

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

background-color css

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

 a { background-color: rgb(76,60,27); }

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

border-color css

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

 span { border-color: rgb(76,60,27); }

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