Html Css Color HEX #4C4424 Madras

📋 copy color: '#4C4424'

red 76 ◦ green 68 ◦ blue 36

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

Shades of Madras #4C4424

Tints of Madras #4C4424

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.78%

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

R = 42.22%
G = 37.78%
B = 20%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.70

RGB Variations

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

Color information

#4C4424 (or 0x4C4424) is known color: Madras. HEX triplet: 4C, 44 and 24. RGB value is (76,68,36). Sum of RGB (Red+Green+Blue) = 76+68+36=180 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.22% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 36 (14.45% from 255 or 20% from 180); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4424 is #B3BBDB. Grayscale: #424242. Windows color (decimal): -11779036 or 2376780. OLE color: 2376780.

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

Color convert

RGB 76 68 36 -
CMYK 0 0.11 0.53 0.70
HSL 48º 0.36% 0.22% -
HSV(B) 48º 0.53% 0.3% -
XYZ 5.37 5.8 2.51 -
YUV 66.74 110.65 134.6 -
System Red Green Blue C M Y K H S L
Decimal 76 68 36 0 0.11 0.53 0.70 48 0.36 0.22
Hex 4C 44 24 0 B 35 46 30 24 16
Octal 114 104 44 0 13 65 106 60 44 26
Binary 1001100 1000100 100100 0 1011 110101 1000110 110000 100100 10110

Color Harmonies of #4C4424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4424

Black with #4C4424

Text Example


Text Example

White with #4C4424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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