Html Css Color HEX #493F12 Madras

📋 copy color: '#493F12'

red 73 ◦ green 63 ◦ blue 18

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

Shades of Madras #493F12

Tints of Madras #493F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.69%

R = 47.4%
G = 40.91%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#493F12 (or 0x493F12) is known color: Madras. HEX triplet: 49, 3F and 12. RGB value is (73,63,18). Sum of RGB (Red+Green+Blue) = 73+63+18=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 63 (25% from 255 or 40.91% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #493F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493F12 is #B6C0ED. Grayscale: #3D3D3D. Windows color (decimal): -11976942 or 1195849. OLE color: 1195849.

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

Color convert

RGB 73 63 18 -
CMYK 0 0.14 0.75 0.71
HSL 49.09º 0.6% 0.18% -
HSV(B) 49.09º 0.75% 0.29% -
XYZ 4.63 5.02 1.3 -
YUV 60.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 73 63 18 0 0.14 0.75 0.71 49.09 0.6 0.18
Hex 49 3F 12 0 E 4B 47 31 3C 12
Octal 111 77 22 0 16 113 107 61 74 22
Binary 1001001 111111 10010 0 1110 1001011 1000111 110001 111100 10010

Color Harmonies of #493F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F12

Black with #493F12

Text Example


Text Example

White with #493F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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