Html Css Color HEX #493500 Madras

📋 copy color: '#493500'

red 73 ◦ green 53 ◦ blue 0

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

Shades of Madras #493500

Tints of Madras #493500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 42.06%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.94%
G = 42.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#493500 (or 0x493500) is known color: Madras. HEX triplet: 49, 35 and 00. RGB value is (73,53,0). Sum of RGB (Red+Green+Blue) = 73+53+0=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #493500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493500 is #B6CAFF. Grayscale: #353535. Windows color (decimal): -11979520 or 13641. OLE color: 13641.

HSL color Cylindrical-coordinate representation of color #493500: hue angle of 43.56º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #493500 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 53 0 -
CMYK 0 0.27 1 0.71
HSL 43.56º 1% 0.14% -
HSV(B) 43.56º 1% 0.29% -
XYZ 4.02 3.96 0.55 -
YUV 52.94 98.13 142.31 -
System Red Green Blue C M Y K H S L
Decimal 73 53 0 0 0.27 1 0.71 43.56 1 0.14
Hex 49 35 0 0 1B 64 47 2C 64 E
Octal 111 65 0 0 33 144 107 54 144 16
Binary 1001001 110101 0 0 11011 1100100 1000111 101100 1100100 1110

Color Harmonies of #493500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493500

Black with #493500

Text Example


Text Example

White with #493500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493500; }

 p { color: rgb(73,53,0); }

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

background-color css

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

 a { background-color: rgb(73,53,0); }

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

border-color css

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

 span { border-color: rgb(73,53,0); }

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