Html Css Color HEX #493919 Madras

📋 copy color: '#493919'

red 73 ◦ green 57 ◦ blue 25

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

Shades of Madras #493919

Tints of Madras #493919

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.77%

 BLUE value IS 25 (10.16% from 255) = 16.13%

R = 47.1%
G = 36.77%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#493919 (or 0x493919) is known color: Madras. HEX triplet: 49, 39 and 19. RGB value is (73,57,25). Sum of RGB (Red+Green+Blue) = 73+57+25=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #493919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493919 is #B6C6E6. Grayscale: #3A3A3A. Windows color (decimal): -11978471 or 1653065. OLE color: 1653065.

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

Color convert

RGB 73 57 25 -
CMYK 0 0.22 0.66 0.71
HSL 40º 0.49% 0.19% -
HSV(B) 40º 0.66% 0.29% -
XYZ 4.39 4.41 1.54 -
YUV 58.14 109.3 138.6 -
System Red Green Blue C M Y K H S L
Decimal 73 57 25 0 0.22 0.66 0.71 40 0.49 0.19
Hex 49 39 19 0 16 42 47 28 31 13
Octal 111 71 31 0 26 102 107 50 61 23
Binary 1001001 111001 11001 0 10110 1000010 1000111 101000 110001 10011

Color Harmonies of #493919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493919

Black with #493919

Text Example


Text Example

White with #493919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493919; }

 p { color: rgb(73,57,25); }

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

background-color css

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

 a { background-color: rgb(73,57,25); }

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

border-color css

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

 span { border-color: rgb(73,57,25); }

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