Html Css Color HEX #493A09 Madras

📋 copy color: '#493A09'

red 73 ◦ green 58 ◦ blue 9

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

Shades of Madras #493A09

Tints of Madras #493A09

RGB

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

 GREEN value IS 58 (23.05% from 255) = 41.43%

 BLUE value IS 9 (3.91% from 255) = 6.43%

R = 52.14%
G = 41.43%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#493A09 (or 0x493A09) is known color: Madras. HEX triplet: 49, 3A and 09. RGB value is (73,58,9). Sum of RGB (Red+Green+Blue) = 73+58+9=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 58 (23.05% from 255 or 41.43% from 140); Blue value is 9 (3.91% from 255 or 6.43% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #493A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493A09 is #B6C5F6. Grayscale: #393939. Windows color (decimal): -11978231 or 604745. OLE color: 604745.

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

Color convert

RGB 73 58 9 -
CMYK 0 0.21 0.88 0.71
HSL 45.94º 0.78% 0.16% -
HSV(B) 45.94º 0.88% 0.29% -
XYZ 4.31 4.46 0.89 -
YUV 56.9 100.97 139.48 -
System Red Green Blue C M Y K H S L
Decimal 73 58 9 0 0.21 0.88 0.71 45.94 0.78 0.16
Hex 49 3A 9 0 15 58 47 2E 4E 10
Octal 111 72 11 0 25 130 107 56 116 20
Binary 1001001 111010 1001 0 10101 1011000 1000111 101110 1001110 10000

Color Harmonies of #493A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A09

Black with #493A09

Text Example


Text Example

White with #493A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,58,9); }

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

background-color css

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

 a { background-color: rgb(73,58,9); }

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

border-color css

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

 span { border-color: rgb(73,58,9); }

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