Html Css Color HEX #494125 Madras

📋 copy color: '#494125'

red 73 ◦ green 65 ◦ blue 37

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

Shades of Madras #494125

Tints of Madras #494125

RGB

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

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

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

R = 41.71%
G = 37.14%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#494125 (or 0x494125) is known color: Madras. HEX triplet: 49, 41 and 25. RGB value is (73,65,37). Sum of RGB (Red+Green+Blue) = 73+65+37=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 73 - color contains mainly: red. Hex color #494125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494125 is #B6BEDA. Grayscale: #404040. Windows color (decimal): -11976411 or 2441545. OLE color: 2441545.

HSL color Cylindrical-coordinate representation of color #494125: hue angle of 46.67º 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 #494125 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 65 37 -
CMYK 0 0.11 0.49 0.71
HSL 46.67º 0.33% 0.22% -
HSV(B) 46.67º 0.49% 0.29% -
XYZ 4.97 5.33 2.52 -
YUV 64.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 73 65 37 0 0.11 0.49 0.71 46.67 0.33 0.22
Hex 49 41 25 0 B 31 47 2F 21 16
Octal 111 101 45 0 13 61 107 57 41 26
Binary 1001001 1000001 100101 0 1011 110001 1000111 101111 100001 10110

Color Harmonies of #494125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494125

Black with #494125

Text Example


Text Example

White with #494125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494125; }

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

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

background-color css

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

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

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

border-color css

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

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

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