Html Css Color HEX #493F00 Madras

📋 copy color: '#493F00'

red 73 ◦ green 63 ◦ blue 0

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

Shades of Madras #493F00

Tints of Madras #493F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.68%
G = 46.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#493F00 (or 0x493F00) is known color: Madras. HEX triplet: 49, 3F and 00. RGB value is (73,63,0). Sum of RGB (Red+Green+Blue) = 73+63+0=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 63 (25% from 255 or 46.32% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #493F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493F00 is #B6C0FF. Grayscale: #3B3B3B. Windows color (decimal): -11976960 or 16201. OLE color: 16201.

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

Color convert

RGB 73 63 0 -
CMYK 0 0.14 1 0.71
HSL 51.78º 1% 0.14% -
HSV(B) 51.78º 1% 0.29% -
XYZ 4.53 4.97 0.72 -
YUV 58.81 94.81 138.12 -
System Red Green Blue C M Y K H S L
Decimal 73 63 0 0 0.14 1 0.71 51.78 1 0.14
Hex 49 3F 0 0 E 64 47 34 64 E
Octal 111 77 0 0 16 144 107 64 144 16
Binary 1001001 111111 0 0 1110 1100100 1000111 110100 1100100 1110

Color Harmonies of #493F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F00

Black with #493F00

Text Example


Text Example

White with #493F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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