Html Css Color HEX #494124 Madras

📋 copy color: '#494124'

red 73 ◦ green 65 ◦ blue 36

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

Shades of Madras #494124

Tints of Madras #494124

RGB

 RED value IS 73 (28.91% from 255) = 41.95%

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

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

R = 41.95%
G = 37.36%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#494124 (or 0x494124) is known color: Madras. HEX triplet: 49, 41 and 24. RGB value is (73,65,36). Sum of RGB (Red+Green+Blue) = 73+65+36=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #494124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494124 is #B6BEDB. Grayscale: #404040. Windows color (decimal): -11976412 or 2376009. OLE color: 2376009.

HSL color Cylindrical-coordinate representation of color #494124: hue angle of 47.03º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #494124 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 65 36 -
CMYK 0 0.11 0.51 0.71
HSL 47.03º 0.34% 0.21% -
HSV(B) 47.03º 0.51% 0.29% -
XYZ 4.96 5.32 2.44 -
YUV 64.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 73 65 36 0 0.11 0.51 0.71 47.03 0.34 0.21
Hex 49 41 24 0 B 33 47 2F 22 15
Octal 111 101 44 0 13 63 107 57 42 25
Binary 1001001 1000001 100100 0 1011 110011 1000111 101111 100010 10101

Color Harmonies of #494124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494124

Black with #494124

Text Example


Text Example

White with #494124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494124; }

 p { color: rgb(73,65,36); }

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

background-color css

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

 a { background-color: rgb(73,65,36); }

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

border-color css

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

 span { border-color: rgb(73,65,36); }

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