Html Css Color HEX #4C4111 Madras

📋 copy color: '#4C4111'

red 76 ◦ green 65 ◦ blue 17

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

Shades of Madras #4C4111

Tints of Madras #4C4111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.14%

 BLUE value IS 17 (7.03% from 255) = 10.76%

R = 48.1%
G = 41.14%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.70

RGB Variations

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

Color information

#4C4111 (or 0x4C4111) is known color: Madras. HEX triplet: 4C, 41 and 11. RGB value is (76,65,17). Sum of RGB (Red+Green+Blue) = 76+65+17=158 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.10% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4111 is #B3BEEE. Grayscale: #3F3F3F. Windows color (decimal): -11779823 or 1130828. OLE color: 1130828.

HSL color Cylindrical-coordinate representation of color #4C4111: hue angle of 48.81º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C4111 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 65 17 -
CMYK 0 0.14 0.78 0.70
HSL 48.81º 0.63% 0.18% -
HSV(B) 48.81º 0.78% 0.3% -
XYZ 4.97 5.36 1.3 -
YUV 62.82 102.14 137.4 -
System Red Green Blue C M Y K H S L
Decimal 76 65 17 0 0.14 0.78 0.70 48.81 0.63 0.18
Hex 4C 41 11 0 E 4E 46 31 3F 12
Octal 114 101 21 0 16 116 106 61 77 22
Binary 1001100 1000001 10001 0 1110 1001110 1000110 110001 111111 10010

Color Harmonies of #4C4111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4111

Black with #4C4111

Text Example


Text Example

White with #4C4111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,65,17); }

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

background-color css

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

 a { background-color: rgb(76,65,17); }

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

border-color css

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

 span { border-color: rgb(76,65,17); }

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