Html Css Color HEX #493F0A Madras

📋 copy color: '#493F0A'

red 73 ◦ green 63 ◦ blue 10

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

Shades of Madras #493F0A

Tints of Madras #493F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.85%

R = 50%
G = 43.15%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.71

RGB Variations

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

Color information

#493F0A (or 0x493F0A) is known color: Madras. HEX triplet: 49, 3F and 0A. RGB value is (73,63,10). Sum of RGB (Red+Green+Blue) = 73+63+10=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #493F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493F0A is #B6C0F5. Grayscale: #3C3C3C. Windows color (decimal): -11976950 or 671561. OLE color: 671561.

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

Color convert

RGB 73 63 10 -
CMYK 0 0.14 0.86 0.71
HSL 50.48º 0.76% 0.16% -
HSV(B) 50.48º 0.86% 0.29% -
XYZ 4.58 4.99 1.01 -
YUV 59.95 99.81 137.31 -
System Red Green Blue C M Y K H S L
Decimal 73 63 10 0 0.14 0.86 0.71 50.48 0.76 0.16
Hex 49 3F A 0 E 56 47 32 4C 10
Octal 111 77 12 0 16 126 107 62 114 20
Binary 1001001 111111 1010 0 1110 1010110 1000111 110010 1001100 10000

Color Harmonies of #493F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F0A

Black with #493F0A

Text Example


Text Example

White with #493F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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