Html Css Color HEX #493C09 Madras

📋 copy color: '#493C09'

red 73 ◦ green 60 ◦ blue 9

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

Shades of Madras #493C09

Tints of Madras #493C09

RGB

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

 GREEN value IS 60 (23.83% from 255) = 42.25%

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

R = 51.41%
G = 42.25%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#493C09 (or 0x493C09) is known color: Madras. HEX triplet: 49, 3C and 09. RGB value is (73,60,9). Sum of RGB (Red+Green+Blue) = 73+60+9=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #493C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493C09 is #B6C3F6. Grayscale: #3A3A3A. Windows color (decimal): -11977719 or 605257. OLE color: 605257.

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

Color convert

RGB 73 60 9 -
CMYK 0 0.18 0.88 0.71
HSL 47.81º 0.78% 0.16% -
HSV(B) 47.81º 0.88% 0.29% -
XYZ 4.41 4.67 0.93 -
YUV 58.07 100.31 138.65 -
System Red Green Blue C M Y K H S L
Decimal 73 60 9 0 0.18 0.88 0.71 47.81 0.78 0.16
Hex 49 3C 9 0 12 58 47 30 4E 10
Octal 111 74 11 0 22 130 107 60 116 20
Binary 1001001 111100 1001 0 10010 1011000 1000111 110000 1001110 10000

Color Harmonies of #493C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493C09

Black with #493C09

Text Example


Text Example

White with #493C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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