Html Css Color HEX #493F07 Madras

📋 copy color: '#493F07'

red 73 ◦ green 63 ◦ blue 7

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

Shades of Madras #493F07

Tints of Madras #493F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.9%

R = 51.05%
G = 44.06%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.71

RGB Variations

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

Color information

#493F07 (or 0x493F07) is known color: Madras. HEX triplet: 49, 3F and 07. RGB value is (73,63,7). Sum of RGB (Red+Green+Blue) = 73+63+7=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 63 (25% from 255 or 44.06% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #493F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493F07 is #B6C0F8. Grayscale: #3B3B3B. Windows color (decimal): -11976953 or 474953. OLE color: 474953.

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

Color convert

RGB 73 63 7 -
CMYK 0 0.14 0.90 0.71
HSL 50.91º 0.83% 0.16% -
HSV(B) 50.91º 0.9% 0.29% -
XYZ 4.56 4.99 0.92 -
YUV 59.61 98.31 137.55 -
System Red Green Blue C M Y K H S L
Decimal 73 63 7 0 0.14 0.90 0.71 50.91 0.83 0.16
Hex 49 3F 7 0 E 5A 47 33 52 10
Octal 111 77 7 0 16 132 107 63 122 20
Binary 1001001 111111 111 0 1110 1011010 1000111 110011 1010010 10000

Color Harmonies of #493F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F07

Black with #493F07

Text Example


Text Example

White with #493F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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