Html Css Color HEX #4C3F27 Madras

📋 copy color: '#4C3F27'

red 76 ◦ green 63 ◦ blue 39

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

Shades of Madras #4C3F27

Tints of Madras #4C3F27

RGB

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

 GREEN value IS 63 (25% from 255) = 35.39%

 BLUE value IS 39 (15.63% from 255) = 21.91%

R = 42.7%
G = 35.39%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.70

RGB Variations

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

Color information

#4C3F27 (or 0x4C3F27) is known color: Madras. HEX triplet: 4C, 3F and 27. RGB value is (76,63,39). Sum of RGB (Red+Green+Blue) = 76+63+39=178 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.70% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 39 (15.62% from 255 or 21.91% from 178); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3F27 is #B3C0D8. Grayscale: #404040. Windows color (decimal): -11780313 or 2572108. OLE color: 2572108.

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

Color convert

RGB 76 63 39 -
CMYK 0 0.17 0.49 0.70
HSL 38.92º 0.32% 0.23% -
HSV(B) 38.92º 0.49% 0.3% -
XYZ 5.12 5.24 2.66 -
YUV 64.15 113.81 136.45 -
System Red Green Blue C M Y K H S L
Decimal 76 63 39 0 0.17 0.49 0.70 38.92 0.32 0.23
Hex 4C 3F 27 0 11 31 46 27 20 17
Octal 114 77 47 0 21 61 106 47 40 27
Binary 1001100 111111 100111 0 10001 110001 1000110 100111 100000 10111

Color Harmonies of #4C3F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3F27

Black with #4C3F27

Text Example


Text Example

White with #4C3F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,63,39); }

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

background-color css

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

 a { background-color: rgb(76,63,39); }

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

border-color css

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

 span { border-color: rgb(76,63,39); }

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