Html Css Color HEX #493503 Madras

📋 copy color: '#493503'

red 73 ◦ green 53 ◦ blue 3

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

Shades of Madras #493503

Tints of Madras #493503

RGB

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

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

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

R = 56.59%
G = 41.09%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.71

RGB Variations

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

Color information

#493503 (or 0x493503) is known color: Madras. HEX triplet: 49, 35 and 03. RGB value is (73,53,3). Sum of RGB (Red+Green+Blue) = 73+53+3=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #493503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493503 is #B6CAFC. Grayscale: #353535. Windows color (decimal): -11979517 or 210249. OLE color: 210249.

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

Color convert

RGB 73 53 3 -
CMYK 0 0.27 0.96 0.71
HSL 42.86º 0.92% 0.15% -
HSV(B) 42.86º 0.96% 0.29% -
XYZ 4.04 3.97 0.64 -
YUV 53.28 99.63 142.07 -
System Red Green Blue C M Y K H S L
Decimal 73 53 3 0 0.27 0.96 0.71 42.86 0.92 0.15
Hex 49 35 3 0 1B 60 47 2B 5C F
Octal 111 65 3 0 33 140 107 53 134 17
Binary 1001001 110101 11 0 11011 1100000 1000111 101011 1011100 1111

Color Harmonies of #493503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493503

Black with #493503

Text Example


Text Example

White with #493503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493503; }

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

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

background-color css

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

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

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

border-color css

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

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

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