Html Css Color HEX #4C3B1B Madras

📋 copy color: '#4C3B1B'

red 76 ◦ green 59 ◦ blue 27

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

Shades of Madras #4C3B1B

Tints of Madras #4C3B1B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.42%

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

R = 46.91%
G = 36.42%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#4C3B1B (or 0x4C3B1B) is known color: Madras. HEX triplet: 4C, 3B and 1B. RGB value is (76,59,27). Sum of RGB (Red+Green+Blue) = 76+59+27=162 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.91% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3B1B is #B3C4E4. Grayscale: #3C3C3C. Windows color (decimal): -11781349 or 1784652. OLE color: 1784652.

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

Color convert

RGB 76 59 27 -
CMYK 0 0.22 0.64 0.70
HSL 39.18º 0.48% 0.2% -
HSV(B) 39.18º 0.64% 0.3% -
XYZ 4.74 4.74 1.7 -
YUV 60.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 76 59 27 0 0.22 0.64 0.70 39.18 0.48 0.2
Hex 4C 3B 1B 0 16 40 46 27 30 14
Octal 114 73 33 0 26 100 106 47 60 24
Binary 1001100 111011 11011 0 10110 1000000 1000110 100111 110000 10100

Color Harmonies of #4C3B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3B1B

Black with #4C3B1B

Text Example


Text Example

White with #4C3B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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