Html Css Color HEX #493A14 Madras

📋 copy color: '#493A14'

red 73 ◦ green 58 ◦ blue 20

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

Shades of Madras #493A14

Tints of Madras #493A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.25%

R = 48.34%
G = 38.41%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#493A14 (or 0x493A14) is known color: Madras. HEX triplet: 49, 3A and 14. RGB value is (73,58,20). Sum of RGB (Red+Green+Blue) = 73+58+20=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #493A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493A14 is #B6C5EB. Grayscale: #3A3A3A. Windows color (decimal): -11978220 or 1325641. OLE color: 1325641.

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

Color convert

RGB 73 58 20 -
CMYK 0 0.21 0.73 0.71
HSL 43.02º 0.57% 0.18% -
HSV(B) 43.02º 0.73% 0.29% -
XYZ 4.39 4.49 1.3 -
YUV 58.15 106.47 138.59 -
System Red Green Blue C M Y K H S L
Decimal 73 58 20 0 0.21 0.73 0.71 43.02 0.57 0.18
Hex 49 3A 14 0 15 49 47 2B 39 12
Octal 111 72 24 0 25 111 107 53 71 22
Binary 1001001 111010 10100 0 10101 1001001 1000111 101011 111001 10010

Color Harmonies of #493A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A14

Black with #493A14

Text Example


Text Example

White with #493A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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