Html Css Color HEX #493910 Madras

📋 copy color: '#493910'

red 73 ◦ green 57 ◦ blue 16

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

Shades of Madras #493910

Tints of Madras #493910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.96%

R = 50%
G = 39.04%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#493910 (or 0x493910) is known color: Madras. HEX triplet: 49, 39 and 10. RGB value is (73,57,16). Sum of RGB (Red+Green+Blue) = 73+57+16=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #493910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493910 is #B6C6EF. Grayscale: #393939. Windows color (decimal): -11978480 or 1063241. OLE color: 1063241.

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

Color convert

RGB 73 57 16 -
CMYK 0 0.22 0.78 0.71
HSL 43.16º 0.64% 0.17% -
HSV(B) 43.16º 0.78% 0.29% -
XYZ 4.3 4.38 1.11 -
YUV 57.11 104.8 139.33 -
System Red Green Blue C M Y K H S L
Decimal 73 57 16 0 0.22 0.78 0.71 43.16 0.64 0.17
Hex 49 39 10 0 16 4E 47 2B 40 11
Octal 111 71 20 0 26 116 107 53 100 21
Binary 1001001 111001 10000 0 10110 1001110 1000111 101011 1000000 10001

Color Harmonies of #493910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493910

Black with #493910

Text Example


Text Example

White with #493910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493910; }

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

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

background-color css

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

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

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

border-color css

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

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

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