Html Css Color HEX #4C4224 Madras

📋 copy color: '#4C4224'

red 76 ◦ green 66 ◦ blue 36

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

Shades of Madras #4C4224

Tints of Madras #4C4224

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.08%

 BLUE value IS 36 (14.45% from 255) = 20.22%

R = 42.7%
G = 37.08%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.70

RGB Variations

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

Color information

#4C4224 (or 0x4C4224) is known color: Madras. HEX triplet: 4C, 42 and 24. RGB value is (76,66,36). Sum of RGB (Red+Green+Blue) = 76+66+36=178 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.70% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4224 is #B3BDDB. Grayscale: #414141. Windows color (decimal): -11779548 or 2376268. OLE color: 2376268.

HSL color Cylindrical-coordinate representation of color #4C4224: hue angle of 45º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C4224 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 66 36 -
CMYK 0 0.13 0.53 0.70
HSL 45º 0.36% 0.22% -
HSV(B) 45º 0.53% 0.3% -
XYZ 5.25 5.56 2.47 -
YUV 65.57 111.31 135.44 -
System Red Green Blue C M Y K H S L
Decimal 76 66 36 0 0.13 0.53 0.70 45 0.36 0.22
Hex 4C 42 24 0 D 35 46 2D 24 16
Octal 114 102 44 0 15 65 106 55 44 26
Binary 1001100 1000010 100100 0 1101 110101 1000110 101101 100100 10110

Color Harmonies of #4C4224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4224

Black with #4C4224

Text Example


Text Example

White with #4C4224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,66,36); }

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

background-color css

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

 a { background-color: rgb(76,66,36); }

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

border-color css

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

 span { border-color: rgb(76,66,36); }

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