Html Css Color HEX #494225 Madras

📋 copy color: '#494225'

red 73 ◦ green 66 ◦ blue 37

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

Shades of Madras #494225

Tints of Madras #494225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.02%

R = 41.48%
G = 37.5%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#494225 (or 0x494225) is known color: Madras. HEX triplet: 49, 42 and 25. RGB value is (73,66,37). Sum of RGB (Red+Green+Blue) = 73+66+37=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 73 - color contains mainly: red. Hex color #494225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494225 is #B6BDDA. Grayscale: #404040. Windows color (decimal): -11976155 or 2441801. OLE color: 2441801.

HSL color Cylindrical-coordinate representation of color #494225: hue angle of 48.33º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #494225 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 66 37 -
CMYK 0 0.10 0.49 0.71
HSL 48.33º 0.33% 0.22% -
HSV(B) 48.33º 0.49% 0.29% -
XYZ 5.03 5.45 2.54 -
YUV 64.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 73 66 37 0 0.10 0.49 0.71 48.33 0.33 0.22
Hex 49 42 25 0 A 31 47 30 21 16
Octal 111 102 45 0 12 61 107 60 41 26
Binary 1001001 1000010 100101 0 1010 110001 1000111 110000 100001 10110

Color Harmonies of #494225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494225

Black with #494225

Text Example


Text Example

White with #494225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494225; }

 p { color: rgb(73,66,37); }

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

background-color css

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

 a { background-color: rgb(73,66,37); }

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

border-color css

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

 span { border-color: rgb(73,66,37); }

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