Html Css Color HEX #493506 Madras

📋 copy color: '#493506'

red 73 ◦ green 53 ◦ blue 6

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

Shades of Madras #493506

Tints of Madras #493506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.55%

R = 55.3%
G = 40.15%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#493506 (or 0x493506) is known color: Madras. HEX triplet: 49, 35 and 06. RGB value is (73,53,6). Sum of RGB (Red+Green+Blue) = 73+53+6=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #493506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493506 is #B6CAF9. Grayscale: #353535. Windows color (decimal): -11979514 or 406857. OLE color: 406857.

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

Color convert

RGB 73 53 6 -
CMYK 0 0.27 0.92 0.71
HSL 42.09º 0.85% 0.15% -
HSV(B) 42.09º 0.92% 0.29% -
XYZ 4.05 3.98 0.73 -
YUV 53.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 73 53 6 0 0.27 0.92 0.71 42.09 0.85 0.15
Hex 49 35 6 0 1B 5C 47 2A 55 F
Octal 111 65 6 0 33 134 107 52 125 17
Binary 1001001 110101 110 0 11011 1011100 1000111 101010 1010101 1111

Color Harmonies of #493506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493506

Black with #493506

Text Example


Text Example

White with #493506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493506; }

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

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

background-color css

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

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

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

border-color css

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

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

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