Html Css Color HEX #493F0F Madras

📋 copy color: '#493F0F'

red 73 ◦ green 63 ◦ blue 15

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

Shades of Madras #493F0F

Tints of Madras #493F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.93%

R = 48.34%
G = 41.72%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#493F0F (or 0x493F0F) is known color: Madras. HEX triplet: 49, 3F and 0F. RGB value is (73,63,15). Sum of RGB (Red+Green+Blue) = 73+63+15=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 63 (25% from 255 or 41.72% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #493F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493F0F is #B6C0F0. Grayscale: #3C3C3C. Windows color (decimal): -11976945 or 999241. OLE color: 999241.

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

Color convert

RGB 73 63 15 -
CMYK 0 0.14 0.79 0.71
HSL 49.66º 0.66% 0.17% -
HSV(B) 49.66º 0.79% 0.29% -
XYZ 4.61 5.01 1.18 -
YUV 60.52 102.31 136.9 -
System Red Green Blue C M Y K H S L
Decimal 73 63 15 0 0.14 0.79 0.71 49.66 0.66 0.17
Hex 49 3F F 0 E 4F 47 32 42 11
Octal 111 77 17 0 16 117 107 62 102 21
Binary 1001001 111111 1111 0 1110 1001111 1000111 110010 1000010 10001

Color Harmonies of #493F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F0F

Black with #493F0F

Text Example


Text Example

White with #493F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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