Html Css Color HEX #493D03 Madras

📋 copy color: '#493D03'

red 73 ◦ green 61 ◦ blue 3

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

Shades of Madras #493D03

Tints of Madras #493D03

RGB

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

 GREEN value IS 61 (24.22% from 255) = 44.53%

 BLUE value IS 3 (1.56% from 255) = 2.19%

R = 53.28%
G = 44.53%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.71

RGB Variations

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

Color information

#493D03 (or 0x493D03) is known color: Madras. HEX triplet: 49, 3D and 03. RGB value is (73,61,3). Sum of RGB (Red+Green+Blue) = 73+61+3=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 61 (24.22% from 255 or 44.53% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #493D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493D03 is #B6C2FC. Grayscale: #3A3A3A. Windows color (decimal): -11977469 or 212297. OLE color: 212297.

HSL color Cylindrical-coordinate representation of color #493D03: hue angle of 49.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #493D03 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 61 3 -
CMYK 0 0.16 0.96 0.71
HSL 49.71º 0.92% 0.15% -
HSV(B) 49.71º 0.96% 0.29% -
XYZ 4.43 4.76 0.77 -
YUV 57.98 96.98 138.72 -
System Red Green Blue C M Y K H S L
Decimal 73 61 3 0 0.16 0.96 0.71 49.71 0.92 0.15
Hex 49 3D 3 0 10 60 47 32 5C F
Octal 111 75 3 0 20 140 107 62 134 17
Binary 1001001 111101 11 0 10000 1100000 1000111 110010 1011100 1111

Color Harmonies of #493D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493D03

Black with #493D03

Text Example


Text Example

White with #493D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493D03; }

 p { color: rgb(73,61,3); }

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

background-color css

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

 a { background-color: rgb(73,61,3); }

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

border-color css

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

 span { border-color: rgb(73,61,3); }

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