Html Css Color HEX #493F09 Madras

📋 copy color: '#493F09'

red 73 ◦ green 63 ◦ blue 9

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

Shades of Madras #493F09

Tints of Madras #493F09

RGB

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

 GREEN value IS 63 (25% from 255) = 43.45%

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

R = 50.34%
G = 43.45%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#493F09 (or 0x493F09) is known color: Madras. HEX triplet: 49, 3F and 09. RGB value is (73,63,9). Sum of RGB (Red+Green+Blue) = 73+63+9=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 63 (25% from 255 or 43.45% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #493F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493F09 is #B6C0F6. Grayscale: #3C3C3C. Windows color (decimal): -11976951 or 606025. OLE color: 606025.

HSL color Cylindrical-coordinate representation of color #493F09: hue angle of 50.62º 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 #493F09 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 63 9 -
CMYK 0 0.14 0.88 0.71
HSL 50.63º 0.78% 0.16% -
HSV(B) 50.63º 0.88% 0.29% -
XYZ 4.57 4.99 0.98 -
YUV 59.83 99.31 137.39 -
System Red Green Blue C M Y K H S L
Decimal 73 63 9 0 0.14 0.88 0.71 50.63 0.78 0.16
Hex 49 3F 9 0 E 58 47 33 4E 10
Octal 111 77 11 0 16 130 107 63 116 20
Binary 1001001 111111 1001 0 1110 1011000 1000111 110011 1001110 10000

Color Harmonies of #493F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F09

Black with #493F09

Text Example


Text Example

White with #493F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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