Html Css Color HEX #493501 Madras

📋 copy color: '#493501'

red 73 ◦ green 53 ◦ blue 1

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

Shades of Madras #493501

Tints of Madras #493501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.79%

R = 57.48%
G = 41.73%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#493501 (or 0x493501) is known color: Madras. HEX triplet: 49, 35 and 01. RGB value is (73,53,1). Sum of RGB (Red+Green+Blue) = 73+53+1=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #493501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493501 is #B6CAFE. Grayscale: #353535. Windows color (decimal): -11979519 or 79177. OLE color: 79177.

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

Color convert

RGB 73 53 1 -
CMYK 0 0.27 0.99 0.71
HSL 43.33º 0.97% 0.15% -
HSV(B) 43.33º 0.99% 0.29% -
XYZ 4.03 3.96 0.58 -
YUV 53.05 98.63 142.23 -
System Red Green Blue C M Y K H S L
Decimal 73 53 1 0 0.27 0.99 0.71 43.33 0.97 0.15
Hex 49 35 1 0 1B 63 47 2B 61 F
Octal 111 65 1 0 33 143 107 53 141 17
Binary 1001001 110101 1 0 11011 1100011 1000111 101011 1100001 1111

Color Harmonies of #493501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493501

Black with #493501

Text Example


Text Example

White with #493501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493501; }

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

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

background-color css

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

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

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

border-color css

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

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

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