Html Css Color HEX #4C3C1A Madras

📋 copy color: '#4C3C1A'

red 76 ◦ green 60 ◦ blue 26

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

Shades of Madras #4C3C1A

Tints of Madras #4C3C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.05%

R = 46.91%
G = 37.04%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#4C3C1A (or 0x4C3C1A) is known color: Madras. HEX triplet: 4C, 3C and 1A. RGB value is (76,60,26). Sum of RGB (Red+Green+Blue) = 76+60+26=162 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.91% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3C1A is #B3C3E5. Grayscale: #3D3D3D. Windows color (decimal): -11781094 or 1719372. OLE color: 1719372.

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

Color convert

RGB 76 60 26 -
CMYK 0 0.21 0.66 0.70
HSL 40.8º 0.49% 0.2% -
HSV(B) 40.8º 0.66% 0.3% -
XYZ 4.78 4.84 1.66 -
YUV 60.91 108.3 138.76 -
System Red Green Blue C M Y K H S L
Decimal 76 60 26 0 0.21 0.66 0.70 40.8 0.49 0.2
Hex 4C 3C 1A 0 15 42 46 29 31 14
Octal 114 74 32 0 25 102 106 51 61 24
Binary 1001100 111100 11010 0 10101 1000010 1000110 101001 110001 10100

Color Harmonies of #4C3C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3C1A

Black with #4C3C1A

Text Example


Text Example

White with #4C3C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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